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/output_show.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'org/output_show.org') 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 <> 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 <> <> <> @@ -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 <> 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 <> module doc_reform.meta.metadoc_show_metadata; template spineShowMetaData() { -- cgit v1.2.3