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_harvest_metadata.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'org/out_harvest_metadata.org') diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org index abafa87..4cf23cf 100644 --- a/org/out_harvest_metadata.org +++ b/org/out_harvest_metadata.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 * document harvest _summary_ :module:spine:metadoc_show_summary: @@ -24,7 +25,8 @@ ** _module template_ metadoc harvest -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvest.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvest.d" +#+BEGIN_SRC d <> module doc_reform.meta.metadoc_harvest; template spineMetaDocHarvest() { @@ -116,7 +118,8 @@ return hvst.harvest; ** _module template_ metadoc harvest topics *** _module template_ metadoc harvest topics template -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvests_topics.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvests_topics.d" +#+BEGIN_SRC d <> module doc_reform.meta.metadoc_harvests_topics; import @@ -458,7 +461,8 @@ try { ** _module template_ metadoc harvests authors *** _module template_ metadoc harvest authors -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvests_authors.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvests_authors.d" +#+BEGIN_SRC d <> module doc_reform.meta.metadoc_harvests_authors; import -- cgit v1.2.3