aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/imports.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/imports.org')
-rw-r--r--org/imports.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/imports.org b/org/imports.org
index e513e81..b3f366d 100644
--- a/org/imports.org
+++ b/org/imports.org
@@ -4,11 +4,11 @@
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
#+LANGUAGE: en
-#+STARTUP: indent content
+#+STARTUP: indent content hideblocks hidestars
#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+OPTIONS: author:nil email:nil creator:nil timestamp:nil
-#+PROPERTY: header-args :padline no :exports code :noweb yes
+#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
@@ -16,7 +16,7 @@
* 1. imports for meta :meta:
** package dir
-#+BEGIN_SRC d :tangle ../src/doc_reform/meta/package.d
+#+BEGIN_SRC d :tangle "../src/doc_reform/meta/package.d"
module doc_reform.meta;
<<imports_for_meta_general>>
#+END_SRC
@@ -46,7 +46,7 @@ public import
* 2. imports for output :output:
** package dir
-#+BEGIN_SRC d :tangle ../src/doc_reform/output/package.d
+#+BEGIN_SRC d :tangle "../src/doc_reform/output/package.d"
module doc_reform.output;
<<imports_for_output_general>>
#+END_SRC