aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org6
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