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/in_source_files.org | |
parent | nix-build cleanup, external sources localized (diff) |
org-mode code block headers
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r-- | org/in_source_files.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org index 8c7de45..32ed288 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.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/]] * imports @@ -36,7 +37,8 @@ doc_reform.io_in.paths_source * A. get _config file_ (read in) ** _module template_ :module:config_files: -#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/read_config_files.d" +#+HEADER: :tangle "../src/doc_reform/io_in/read_config_files.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ read configuration files<BR> @@ -258,7 +260,8 @@ static template configReadDocYAML() { * B. get _markup source_, read file :module:source_files: ** _module template_ (includes tuple) -#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/read_source_files.d" +#+HEADER: :tangle "../src/doc_reform/io_in/read_source_files.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ module source_read_source_files;<BR> |