From 50ea3e06e59a8d076918e32880954ed8e0d9c26e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 20 Jan 2017 11:11:13 -0500 Subject: output template --- org/sdp.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index 493540a..00363ca 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -198,7 +198,7 @@ mixin SiSUconfigSDLangHub; mixin SiSUmarkupRaw; mixin SiSUdocAbstraction; mixin SiSUoutputDebugs; -mixin SiSUoutputHub; +mixin outputHub; #+END_SRC **** init :init: @@ -209,7 +209,6 @@ auto raw = MarkupRaw(); auto head = HeaderDocMetadataAndMake(); auto abs = SiSUdocAbstraction(); auto dbg = SDPoutputDebugs(); -auto output = SDPoutput(); /+ struct DocumentParts { string[string][] contents; @@ -495,10 +494,7 @@ debug(checkdoc) { #+BEGIN_SRC d /+ ↓ output hub +/ if (!(_opt_action_bool["skip_output"])) { - output.hub( - doc_abstraction, - doc_matters, - ); + outputHub(doc_abstraction, doc_matters); } #+END_SRC -- cgit v1.2.3