aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_show.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-27 15:27:05 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-06-28 14:39:52 -0400
commit4e84f496adb538db3d3fc75134d6e05086332bf9 (patch)
treefab98dc3b98839a6a3457bd340074e96a5d2f094 /org/output_show.org
parentnix-build cleanup, external sources localized (diff)
org-mode code block headers
Diffstat (limited to 'org/output_show.org')
-rw-r--r--org/output_show.org13
1 files changed, 9 insertions, 4 deletions
diff --git a/org/output_show.org b/org/output_show.org
index e77adf2..80529e4 100644
--- a/org/output_show.org
+++ b/org/output_show.org
@@ -14,12 +14,14 @@
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
+#+PROPERTY: header-args+ :mkdirp yes
* document abstraction _summary_ :module:spine:metadoc_show_summary:
** _module template_ metadoc summary
- document summary from abstraction
-#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_summary.d"
+#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_summary.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_summary;
template spineMetaDocSummary() {
@@ -136,7 +138,8 @@ writefln(
** _module template_ show config
*** _show config tangle
-#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_config.d"
+#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_config.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
<<spine_show_site_config>>
<<spine_show_config>>
@@ -327,7 +330,8 @@ writefln(
** _module template_ show make
--show-make (show document make)
-#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_make.d"
+#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_make.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_make;
template spineShowMake() {
@@ -398,7 +402,8 @@ writefln(
** _module template_ show metadata
--show-metadata (show document metadata)
-#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_metadata.d"
+#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_metadata.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_metadata;
template spineShowMetaData() {