diff options
Diffstat (limited to 'org/out_metadata.org')
| -rw-r--r-- | org/out_metadata.org | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/org/out_metadata.org b/org/out_metadata.org index b0b5af0..2c7cc4c 100644 --- a/org/out_metadata.org +++ b/org/out_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 @@ -22,6 +22,7 @@  ** _module template_ metadoc document metadata  #+HEADER: :tangle "../src/doc_reform/io_out/metadata.d" +#+HEADER: :noweb yes  #+BEGIN_SRC d  <<doc_header_including_copyright_and_license>>  module doc_reform.io_out.metadata;  | 
