diff options
Diffstat (limited to 'org/out_odt.org')
| -rw-r--r-- | org/out_odt.org | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/org/out_odt.org b/org/out_odt.org index 916341e..556e918 100644 --- a/org/out_odt.org +++ b/org/out_odt.org @@ -7,13 +7,13 @@ #+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty -#+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb yes -#+PROPERTY: header-args+ :results silent -#+PROPERTY: header-args+ :cache no -#+PROPERTY: header-args+ :padline no +#+PROPERTY: header-args+ :eval never-export :exports code +#+PROPERTY: header-args+ :noweb yes :padline no +#+PROPERTY: header-args+ :results silent :cache no #+PROPERTY: header-args+ :mkdirp yes #+OPTIONS: H:3 num:nil toc:t \n:t ::t |:t ^:nil -:t f:t *:t +- magic single double-quote → " ← FIX changes hilighting behavior (occuring + after it) in org document. INVESTIGATE (org-mode CONFIG?) BUG, FIND & FIX - [[./doc-reform.org][doc-reform.org]] [[./][org/]] - [[./output_hub.org][output_hub]] @@ -105,7 +105,7 @@ template outputODT() { <<output_odt_variable_content_xml_8>> <<output_odt_variable_content_xml_9>> <<output_odt_variable_content_xml_10>> - <<output_odt_variable_content_xml_11>> + <<output_odt_variable_content_xml_11>>; <<output_odt_variable_content_xml_12>> <<output_odt_variable_content_xml_13>> <<output_odt_variable_manifest_xml_0>> @@ -993,7 +993,6 @@ string table(O,M)( pth_odt.manifest_rdf("fs"); /+ (manifest.rdf) +/ pth_odt.settings_xml("fs"); /+ (settings.xml) +/ pth_odt.styles_xml("fs"); /+ (styles_xml) +/ - pth_odt.content_xml("fs"); pth_odt.manifest_xml("fs"); pth_odt.meta_xml("fs"); |
