diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-27 15:57:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | bdeee0ea38b48d4fc5c4bb7411a584a9af29382f (patch) | |
tree | 5b5b159e01ddd9ae781d9493a3421dd8426b7c7f /org/sdp.org | |
parent | debugs template (diff) |
document abstraction template
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/org/sdp.org b/org/sdp.org index facd2a3..bd1005c 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -192,7 +192,6 @@ mixin SiSUbiblio; mixin SiSUrgxInitFlags; mixin SiSUconfigSDLangHub; mixin SiSUmarkupRaw; -mixin SiSUdocAbstraction; mixin outputHub; #+END_SRC @@ -202,7 +201,6 @@ mixin outputHub; #+BEGIN_SRC d auto raw = MarkupRaw(); auto head = SiSUheaderExtractHub(); -auto abs = SiSUdocAbstraction(); /+ struct DocumentParts { string[string][] contents; @@ -413,7 +411,7 @@ static assert(_0_make_1_dochead_meta_tuple.length==2); #+NAME: sdp_each_file_do_document_abstraction #+BEGIN_SRC d /+ ↓ document abstraction: process document, return abstraction as tuple +/ -auto t = abs.SiSUdocAbstraction( +auto t = SiSUdocAbstraction!()( (_0_header_1_body_content_2_insert_filelist_tuple[1]), (_0_make_1_dochead_meta_tuple[0]), (_0_make_1_dochead_meta_tuple[1]), |