diff options
Diffstat (limited to 'org/default_regex.org')
-rw-r--r-- | org/default_regex.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/org/default_regex.org b/org/default_regex.org index 8d220d7..fdd9e01 100644 --- a/org/default_regex.org +++ b/org/default_regex.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/]] * meta ctRegex @@ -31,7 +32,8 @@ https://dlang.org/phobos/std_regex.html ** _module template_ :module: -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/rgx.d" +#+HEADER: :tangle "../src/doc_reform/meta/rgx.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ regex: regular expressions used in sisu document parser @@ -392,7 +394,8 @@ https://dlang.org/phobos/std_regex.html ** _module template_ :module:output: -#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/rgx.d" +#+HEADER: :tangle "../src/doc_reform/io_out/rgx.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ regex: regular expressions used in sisu document parser |