From 8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 16 Apr 2021 12:09:56 -0400 Subject: org-mode, cosmetic --- org/out_odt.org | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'org/out_odt.org') diff --git a/org/out_odt.org b/org/out_odt.org index 023aa4c..e864ef5 100644 --- a/org/out_odt.org +++ b/org/out_odt.org @@ -18,7 +18,7 @@ - [[./spine.org][spine]] [[./][org/]] - [[./output_hub.org][output_hub]] -* odt :odt: +* odt :odt: - cover object types - zip contents @@ -44,7 +44,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/io_out/odt.d" :noweb yes <> @@ -890,7 +890,7 @@ int _table_number = 0; } #+END_SRC -** write odt output :odf:odt:out: +** write odt output :odf:odt:out: #+NAME: output_odt_0 #+BEGIN_SRC d @@ -979,7 +979,7 @@ void writeOutputODT(W,I)( } #+END_SRC -** odt output hub [#A] :odf:odt:out: +** odt output hub [#A] :odf:odt:out: #+NAME: output_odt_1 #+BEGIN_SRC d @@ -1058,7 +1058,7 @@ void dirtree(I)( #+END_SRC ** fixed items -*** mimetype :mimetype: +*** mimetype :mimetype: #+NAME: output_odt_fixed_mimetype #+BEGIN_SRC d @@ -1068,7 +1068,7 @@ void dirtree(I)( } #+END_SRC -*** manifest.rdf :manifest_rdf: +*** manifest.rdf :manifest_rdf: #+NAME: output_odt_fixed_manifest_rdf_0 #+BEGIN_SRC d @@ -1104,7 +1104,7 @@ void dirtree(I)( } #+END_SRC -*** settings.xml :settings: +*** settings.xml :settings: #+NAME: output_odt_fixed_settings_xml_0 #+BEGIN_SRC d @@ -1218,7 +1218,7 @@ void dirtree(I)( } #+END_SRC -*** styles.xml :styles_xml: +*** styles.xml :styles_xml: #+NAME: output_odt_fixed_styles_xml_0 #+BEGIN_SRC d @@ -2129,7 +2129,7 @@ void dirtree(I)( #+END_SRC ** moving parts -*** ↻ content.xml TODO :content_xml: +*** ↻ content.xml TODO :content_xml: **** content head ***** head open @@ -2467,7 +2467,7 @@ void dirtree(I)( } #+END_SRC -*** manifest.xml (images list changes) :manifest_xml: +*** manifest.xml (images list changes) :manifest_xml: - META-INF/manifest.xml - image list changes @@ -2507,7 +2507,7 @@ _images.join("\n"), } #+END_SRC -*** meta.xml (time stamp) :meta_xml: +*** meta.xml (time stamp) :meta_xml: #+NAME: output_odt_variable_meta_xml_0 #+BEGIN_SRC d @@ -2541,7 +2541,7 @@ doc_matters.generated_time, } #+END_SRC -*** copy images :images: +*** copy images :images: #+NAME: output_odt_variable_copy_odt_images #+BEGIN_SRC d -- cgit v1.2.3