From f376ee0c47d0915fcc6d53a7f1efa3056135c187 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 21 Jan 2017 12:30:10 -0500 Subject: template, document head & body --- org/sdp.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/sdp.org') 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 -- cgit v1.2.3