aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_xmls.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r--org/out_xmls.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org
index fea2300..0538964 100644
--- a/org/out_xmls.org
+++ b/org/out_xmls.org
@@ -14,6 +14,7 @@
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
+#+PROPERTY: header-args+ :mkdirp yes
- [[./spine.org][spine]] [[./][org/]]
- [[./output_hub.org][output_hub]]
@@ -22,7 +23,8 @@
** format xhtml objects :format:
*** _module template_ :module:
-#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/xmls.d"
+#+HEADER: :tangle "../src/doc_reform/io_out/xmls.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.io_out.xmls;
template outputXHTMLs() {
@@ -1566,7 +1568,8 @@ align="left|right|center"
* _html_ [#A] :html:
** _module template_ :module:
-#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/html.d"
+#+HEADER: :tangle "../src/doc_reform/io_out/html.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.io_out.html;
template outputHTML() {
@@ -2243,7 +2246,8 @@ template outputHTML() {
** _module template_ :module:
-#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/epub3.d"
+#+HEADER: :tangle "../src/doc_reform/io_out/epub3.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.io_out.epub3;
template outputEPub3() {