aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-21 12:30:10 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitf376ee0c47d0915fcc6d53a7f1efa3056135c187 (patch)
tree6df5386529824c1f9139e32c1590442c6ff12e0b /org/sdp.org
parentoutput template (diff)
template, document head & body
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 00363ca..6c204f4 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -206,7 +206,7 @@ mixin outputHub;
#+NAME: sdp_args
#+BEGIN_SRC d
auto raw = MarkupRaw();
-auto head = HeaderDocMetadataAndMake();
+auto head = SiSUheaderExtractHub();
auto abs = SiSUdocAbstraction();
auto dbg = SDPoutputDebugs();
/+
@@ -408,7 +408,7 @@ debug(header_and_body) {
#+BEGIN_SRC d
/+ ↓ split header into make and meta +/
auto _0_make_1_dochead_meta_tuple =
- head.headerContentAA(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa);
+ head.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