aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-12-01 19:26:04 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-05-17 16:59:38 -0400
commitd0ec46764b6aa5fecf55760dc177c53411fcc735 (patch)
tree3d1217253edaaeccf0b45222596f6139d88ca557 /org/default_regex.org
parentjson type match, fix breakage caused by external change (diff)
0.3.3 org mode behavior
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/default_regex.org b/org/default_regex.org
index da2ff4d..1496696 100644
--- a/org/default_regex.org
+++ b/org/default_regex.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)
@@ -30,7 +30,7 @@ http://dlang.org/phobos/std_regex.html
** 0. module template :module:
#+name: tangle_meta_rgx
-#+BEGIN_SRC d :tangle ../src/doc_reform/meta/rgx.d
+#+BEGIN_SRC d :tangle "../src/doc_reform/meta/rgx.d"
/++
regex: regular expressions used in sisu document parser
+/
@@ -380,7 +380,7 @@ http://dlang.org/phobos/std_regex.html
** 0. module template :module:output:
#+name: tangle_meta_rgx
-#+BEGIN_SRC d :tangle ../src/doc_reform/output/rgx.d
+#+BEGIN_SRC d :tangle "../src/doc_reform/output/rgx.d"
/++
regex: regular expressions used in sisu document parser
+/