diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-04 11:46:57 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-04 12:12:12 -0400 |
| commit | c81bb010f45b732f97d7fbecd812ecae28f2be7d (patch) | |
| tree | 95426923e35b368682db19ff33c40e411cda0835 /src | |
| parent | org/ out of sync with ./src (sync) (diff) | |
- odd hilighting issue ... must result from my org config, but "fix"
makes things easier for me.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sisudoc/io_out/odt.d | 3 | ||||
| -rw-r--r-- | src/sisudoc/meta/metadoc_from_src_functions.d | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/sisudoc/io_out/odt.d b/src/sisudoc/io_out/odt.d index 1d0e647..7a85bfb 100644 --- a/src/sisudoc/io_out/odt.d +++ b/src/sisudoc/io_out/odt.d @@ -892,7 +892,7 @@ template outputODT() { } return doc_odt; } - + ; string odt_tail() { string _odt_tail = format(q"┃<text:p text:style-name="P_normal">spine: <<text:a xl:type="simple" xl:href="https://www.sisudoc.org">www.sisudoc.org</text:a>> and <<text:a xl:type="simple" xl:href="https://www.sisudoc.org">www.sisudoc.org</text:a>></text:p> </office:text></office:body></office:document-content>┃",); @@ -2117,7 +2117,6 @@ template outputODT() { 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"); diff --git a/src/sisudoc/meta/metadoc_from_src_functions.d b/src/sisudoc/meta/metadoc_from_src_functions.d index e633ca1..bb3cd4e 100644 --- a/src/sisudoc/meta/metadoc_from_src_functions.d +++ b/src/sisudoc/meta/metadoc_from_src_functions.d @@ -1929,7 +1929,6 @@ template docAbstractionFunctions() { return ret; } // ↑ - table - @system ST_flow_block_flag_line_empty flow_block_flag_line_empty_(B,CMM,Ts)( char[] line, string[string] an_object, |
