From 228d14579be7cd63fe3ffdea7a4da8e814c0905a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 15 May 2018 20:33:35 -0400 Subject: org cosmetic, minor --- org/output_hub.org | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'org/output_hub.org') diff --git a/org/output_hub.org b/org/output_hub.org index bccfb01..9caf1a9 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -14,7 +14,8 @@ #+FILETAGS: :sdp:rel:output: #+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n) -[[./sdp.org][sdp]] [[./][org/]] +- [[./sdp.org][sdp]] [[./][org/]] + * 0. output hub [#A] :module:sdp:output_hub: ** module template @@ -96,7 +97,7 @@ if (doc_matters.opt.action.verbose) { #+END_SRC *** output source: _sisusrc_ &/or _sisupod_ -[[./output_sisupod.org][output_sisupod]] +- [[./output_sisupod.org][output_sisupod]] #+name: output_options #+BEGIN_SRC d @@ -138,7 +139,7 @@ if (doc_matters.opt.action.text) { #+END_SRC *** html -[[./output_xmls.org][output_xmls]] +- [[./output_xmls.org][output_xmls]] #+name: output_options #+BEGIN_SRC d @@ -187,7 +188,7 @@ if (doc_matters.opt.action.html) { #+END_SRC *** epub -[[./output_xmls.org][output_xmls]] +- [[./output_xmls.org][output_xmls]] #+name: output_options #+BEGIN_SRC d @@ -225,6 +226,8 @@ if (doc_matters.opt.action.odt) { #+END_SRC *** sqlite +- [[./output_sqlite.org][output_sqlite]] + **** discrete #+name: output_options @@ -238,6 +241,7 @@ if (doc_matters.opt.action.sqlite_discrete) { #+END_SRC **** collection +***** update / populate #+name: output_options #+BEGIN_SRC d @@ -249,9 +253,8 @@ if (doc_matters.opt.action.sqlite_update) { } #+END_SRC -*** sqlite (create, drop) +***** create, drop -**** collection #+name: output_options_op #+BEGIN_SRC d if ((opt_action.sqlite_create)) { -- cgit v1.2.3