diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-14 21:23:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-19 16:55:31 -0500 |
commit | 6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch) | |
tree | 79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /org/output_odt.org | |
parent | 0.8.3 (if exists) get site config & output path (diff) |
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'org/output_odt.org')
-rw-r--r-- | org/output_odt.org | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/org/output_odt.org b/org/output_odt.org index a243d91..0a7f93d 100644 --- a/org/output_odt.org +++ b/org/output_odt.org @@ -1,7 +1,7 @@ -*- mode: org -*- #+TITLE: doc_reform output odt #+DESCRIPTION: documents - structuring, publishing in multiple formats & search -#+FILETAGS: :doc_reform:output:xml:odt: +#+FILETAGS: :spine:output:xml:odt: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah @@ -13,7 +13,7 @@ #+PROPERTY: header-args :results silent :padline no :exports code :cache no :noweb yes #+EXPORT_SELECT_TAGS: export -- [[./doc_reform.org][doc_reform]] [[./][org/]] +- [[./spine.org][spine]] [[./][org/]] - [[./output_hub.org][output_hub]] * odt :odt: @@ -42,7 +42,7 @@ | doc meta * (timestamp) | meta.xml | odt_metadata | | | |---------------------------------+-----------------------+-------------------+------------------------+------------------| -** module template :odf:odt:module: +** _module template_ :odf:odt:module: #+BEGIN_SRC d :tangle "../src/doc_reform/output/odt.d" :noweb yes module doc_reform.output.odt; @@ -840,7 +840,6 @@ string table(O,M)( } #+END_SRC - ** write odt output :odf:odt:out: #+name: output_odt |