aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_zip.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/out_zip.org
parentnix-build cleanup, external sources localized (diff)
org-mode code block headers
Diffstat (limited to 'org/out_zip.org')
-rw-r--r--org/out_zip.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/out_zip.org b/org/out_zip.org
index c3a0189..36c217e 100644
--- a/org/out_zip.org
+++ b/org/out_zip.org
@@ -13,6 +13,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]]
@@ -20,7 +21,8 @@
* _zip_ :module:spine:create_zip_file:
** module template
-#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/create_zip_file.d"
+#+HEADER: :tangle "../src/doc_reform/io_out/create_zip_file.d"
+#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.io_out.create_zip_file;
template createZipFile() {