aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_curate_metadata.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_curate_metadata.org')
-rw-r--r--org/out_curate_metadata.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/org/out_curate_metadata.org b/org/out_curate_metadata.org
index a2b3f71..5a97d07 100644
--- a/org/out_curate_metadata.org
+++ b/org/out_curate_metadata.org
@@ -8,7 +8,7 @@
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
-#+PROPERTY: header-args+ :noweb tangle
+#+PROPERTY: header-args+ :noweb yes
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
@@ -27,6 +27,7 @@
** _module template_ metadoc curate
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_curate.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_curate;
@@ -120,6 +121,7 @@ return hvst.curate;
*** _module template_ metadoc curate topics template
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_curate_topics.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_curate_topics;
@@ -463,6 +465,7 @@ try {
*** _module template_ metadoc curate authors
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_curate_authors.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_curate_authors;