diff options
Diffstat (limited to 'org/source_files_read.org')
-rw-r--r-- | org/source_files_read.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/source_files_read.org b/org/source_files_read.org index 798b370..e08355a 100644 --- a/org/source_files_read.org +++ b/org/source_files_read.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) @@ -28,7 +28,7 @@ import * A. get _config file_ (read in) ** 0. module template :module:config_files: -#+BEGIN_SRC d :tangle ../src/doc_reform/source/read_config_files.d +#+BEGIN_SRC d :tangle "../src/doc_reform/source/read_config_files.d" /++ read configuration files<BR> - read config files<BR> @@ -266,7 +266,7 @@ static template configReadDocTOML() { * B. get _markup source_, read file :module:source_files: ** 0. module template (includes tuple) -#+BEGIN_SRC d :tangle ../src/doc_reform/source/read_source_files.d +#+BEGIN_SRC d :tangle "../src/doc_reform/source/read_source_files.d" /++ module source_read_source_files;<BR> - open markup files<BR> |