diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-27 15:27:05 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-28 14:39:52 -0400 | 
| commit | 4e84f496adb538db3d3fc75134d6e05086332bf9 (patch) | |
| tree | fab98dc3b98839a6a3457bd340074e96a5d2f094 /org/out_xmls.org | |
| parent | nix-build cleanup, external sources localized (diff) | |
org-mode code block headers
Diffstat (limited to 'org/out_xmls.org')
| -rw-r--r-- | org/out_xmls.org | 10 | 
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() { | 
