aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_odt.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-05-06 18:51:42 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit1dab1836fe17ecdbf750b99832c4d1f789bedcf1 (patch)
tree56d6c0420856730cd7656c67dbde4b65af6e5db8 /org/out_odt.org
parentdoc structure hash removed, replaced, unused (diff)
doc abstraction, code & org whitespace, cosmetic
Diffstat (limited to 'org/out_odt.org')
-rw-r--r--org/out_odt.org22
1 files changed, 11 insertions, 11 deletions
diff --git a/org/out_odt.org b/org/out_odt.org
index d7d1100..027816d 100644
--- a/org/out_odt.org
+++ b/org/out_odt.org
@@ -43,7 +43,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
module doc_reform.io_out.odt;
@@ -840,7 +840,7 @@ int _table_number = 0;
}
#+END_SRC
-** write odt output :odf:odt:out:
+** write odt output :odf:odt:out:
#+NAME: output_odt
#+BEGIN_SRC d
@@ -929,7 +929,7 @@ void writeOutputODT(W,I)(
}
#+END_SRC
-** odt output hub [#A] :odf:odt:out:
+** odt output hub [#A] :odf:odt:out:
#+NAME: output_odt
#+BEGIN_SRC d
@@ -1007,7 +1007,7 @@ void dirtree(I)(
#+END_SRC
** fixed items
-*** mimetype :mimetype:
+*** mimetype :mimetype:
#+NAME: output_odt_fixed_mimetype
#+BEGIN_SRC d
@@ -1017,7 +1017,7 @@ void dirtree(I)(
}
#+END_SRC
-*** manifest.rdf :manifest_rdf:
+*** manifest.rdf :manifest_rdf:
#+NAME: output_odt_fixed_manifest_rdf
#+BEGIN_SRC d
@@ -1053,7 +1053,7 @@ void dirtree(I)(
}
#+END_SRC
-*** settings.xml :settings:
+*** settings.xml :settings:
#+NAME: output_odt_fixed_settings_xml
#+BEGIN_SRC d
@@ -1167,7 +1167,7 @@ void dirtree(I)(
}
#+END_SRC
-*** styles.xml :styles_xml:
+*** styles.xml :styles_xml:
#+NAME: output_odt_fixed_styles_xml
#+BEGIN_SRC d
@@ -2078,7 +2078,7 @@ void dirtree(I)(
#+END_SRC
** moving parts
-*** ↻ content.xml TODO :content_xml:
+*** ↻ content.xml TODO :content_xml:
**** content head
***** head open
@@ -2416,7 +2416,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
@@ -2456,7 +2456,7 @@ _images.join("\n"),
}
#+END_SRC
-*** meta.xml (time stamp) :meta_xml:
+*** meta.xml (time stamp) :meta_xml:
#+NAME: output_odt_variable_meta_xml
#+BEGIN_SRC d
@@ -2490,7 +2490,7 @@ doc_matters.generated_time,
}
#+END_SRC
-*** copy images :images:
+*** copy images :images:
#+NAME: output_odt_variable_copy_odt_images
#+BEGIN_SRC d