aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_odt.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-16 12:09:56 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-19 11:02:16 -0400
commit8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch)
tree4f94b58061674a58f154be3099df21d13227fe1e /org/out_odt.org
parentepub, minor adjustments (diff)
org-mode, cosmetic
Diffstat (limited to 'org/out_odt.org')
-rw-r--r--org/out_odt.org24
1 files changed, 12 insertions, 12 deletions
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
<<doc_header_including_copyright_and_license>>
@@ -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