diff options
Diffstat (limited to 'org/out_odt.org')
-rw-r--r-- | org/out_odt.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org/out_odt.org b/org/out_odt.org index 80d0166..23afc03 100644 --- a/org/out_odt.org +++ b/org/out_odt.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 @@ -47,6 +47,7 @@ ** _module template_ :odf:odt:module: #+HEADER: :tangle "../src/doc_reform/io_out/odt.d" :noweb yes +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.io_out.odt; |