From 4e84f496adb538db3d3fc75134d6e05086332bf9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 27 Jun 2021 15:27:05 -0400 Subject: org-mode code block headers --- org/out_xmls.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'org/out_xmls.org') 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 <> 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 <> 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 <> module doc_reform.io_out.epub3; template outputEPub3() { -- cgit v1.2.3