aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-27 20:53:45 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit32f216a6a32b16e499e15b1b9d95237ac45f1d5e (patch)
treeabe9de738665ff4c62879a8587d6b5a68f8d711d /org/sdp.org
parentdocument abstraction template (diff)
header body insert_file_list, template
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/sdp.org b/org/sdp.org
index bd1005c..48a4e12 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -185,7 +185,6 @@ mixin CompileTimeInfo;
#+BEGIN_SRC d
mixin SiSUrgxInit;
mixin SiSUregisters;
-mixin SiSUheaderExtractHub;
mixin SiSUheaderExtractSDLang;
mixin SiSUnode;
mixin SiSUbiblio;
@@ -200,7 +199,6 @@ mixin outputHub;
#+NAME: sdp_args
#+BEGIN_SRC d
auto raw = MarkupRaw();
-auto head = SiSUheaderExtractHub();
/+
struct DocumentParts {
string[string][] contents;
@@ -400,7 +398,7 @@ debug(header_and_body) {
#+BEGIN_SRC d
/+ ↓ split header into make and meta +/
auto _0_make_1_dochead_meta_tuple =
- head.SiSUheaderExtractHub(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa);
+ SiSUheaderExtractHub!()(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa);
static assert(!isTypeTuple!(_0_make_1_dochead_meta_tuple));
static assert(_0_make_1_dochead_meta_tuple.length==2);
#+END_SRC