aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-12-13 09:09:24 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-01-13 16:06:43 -0500
commit0c4b3cb3707c3b16cd171620427e651d71182813 (patch)
tree2027a8f9449eab7b2b878ee9f1554a417563b73f /org/output_hub.org
parentharvest topics, name hashtag level names (diff)
present per document metadata
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 90464a3..aad6240 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -69,6 +69,7 @@ template outputHubOp() {
#+name: output_imports
#+BEGIN_SRC d
import doc_reform.io_out,
+ doc_reform.io_out.metadata,
doc_reform.io_out.xmls,
doc_reform.io_out.odt,
doc_reform.io_out.create_zip_file,
@@ -113,6 +114,16 @@ if (sched == outTask.epub) {
#+END_SRC
**** html :html:
+***** metadata :metadata:
+
+#+name: output_scheduled_task
+#+BEGIN_SRC d
+if (sched == outTask.html_stuff) {
+ outputMetadata!()(doc_matters);
+ msg.vv("html metadata done");
+}
+#+END_SRC
+
***** scroll :scroll:
#+name: output_scheduled_task