diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-15 09:11:49 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 7ca8584ac23b50134a2067356f1da779b4c198f9 (patch) | |
tree | cd9296a3877b4651114d6d55d4c1f8d72465fa1f /org/ao_read_source_files.org | |
parent | identify internal links for downstream munging (diff) |
minor cleaning
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r-- | org/ao_read_source_files.org | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org index 1ab28bf..703ae9e 100644 --- a/org/ao_read_source_files.org +++ b/org/ao_read_source_files.org @@ -153,10 +153,6 @@ template SiSUmarkupRaw() { } #+END_SRC -INSERTS? -[[./ao_scan_inserts.org][ao_scan_inserts]] -WORK AREA - * 1. get config file :config: ** read config file, source string (conf.sdl & sisu_document_make) :file:config: @@ -467,7 +463,7 @@ auto markup_src_file_path = fn_pth_full.captures[1]; string[] insert_file_list =[]; #+END_SRC -**** loop master scan for inserts (insert documents) +**** include inserts: _loop master_ scan for inserts (insert documents) #+name: ao_master_doc_scan_for_insert_filenames_loop #+BEGIN_SRC d |