diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 18:28:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-09-28 13:21:40 -0400 |
commit | ace605ee4d96b7ee2891246655478f46862d357f (patch) | |
tree | e9e59800591255b168e73bd015762e2ba74da662 /org/out_xmls.org | |
parent | org nix adjust (diff) |
org noweb adjustments
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index 3df93ac..391e5c9 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -8,7 +8,7 @@ #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb tangle +#+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no @@ -28,6 +28,7 @@ *** _module template_ :module: #+HEADER: :tangle "../src/doc_reform/io_out/xmls.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.io_out.xmls; @@ -568,6 +569,7 @@ import ***** xhtml tail #+NAME: xhtml_format_objects_tail +#+HEADER: :noweb yes #+BEGIN_SRC d @safe string tail(M)(M doc_matters) { string o; @@ -1716,6 +1718,7 @@ align="left|right|center" ** _module template_ :module: #+HEADER: :tangle "../src/doc_reform/io_out/html.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.io_out.html; @@ -2386,6 +2389,7 @@ default: ** _module template_ :module: #+HEADER: :tangle "../src/doc_reform/io_out/epub3.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.io_out.epub3; @@ -2455,6 +2459,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> - provides the default reading order - identifies the navigation document +#+HEADER: :noweb yes #+BEGIN_SRC d <package version="2.0" unique-identifier="PrimaryID" xmlns="http://www.idpf.org/2007/opf"> #+END_SRC @@ -2465,6 +2470,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> #+END_SRC #+NAME: output_epub3_constructs_oebps_content +#+HEADER: :noweb yes #+BEGIN_SRC d @safe string epub3_oebps_content(D,M,P)(D doc_abstraction, M doc_matters, P parts) { auto xhtml_format = outputXHTMLs(); |