From ace605ee4d96b7ee2891246655478f46862d357f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 3 Aug 2022 18:28:58 -0400 Subject: org noweb adjustments --- org/out_xmls.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'org/out_xmls.org') 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 <> 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 <> 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 <> 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 #+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(); -- cgit v1.2.3