aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-03-02 17:36:21 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit0524cd606d45ecc6ee52dc7c8f1655398c75712c (patch)
tree9aa65bf1ead450df126251ab53ad06480a373067 /org/default_misc.org
parentconf, make, meta, init and tidy substitution (diff)
make auto numbering related
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index 2fcef58..da1d0ae 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -32,6 +32,7 @@ module sdp.meta.defaults;
#+END_SRC
** template: flags regex initialize :regex_flags:
+*** flags
#+name: meta_defaults_template_init_flags
#+BEGIN_SRC d
@@ -77,6 +78,8 @@ template SiSUrgxInitFlags() {
}
#+END_SRC
+*** node
+
#+name: meta_defaults_template_node
#+BEGIN_SRC d
template SiSUnode() {
@@ -205,8 +208,8 @@ import
std.conv : to;
#+END_SRC
-* 2. defaults shared by meta & output (generic)
-** template: internal markup :markup:
+** defaults shared by meta & output (generic)
+*** template: internal markup :markup:
#+name: defaults_template_markup
#+BEGIN_SRC d
@@ -242,7 +245,7 @@ template InternalMarkup() {
}
#+END_SRC
-** template language codes
+*** template language codes
#+name: defaults_template_language_codes
#+BEGIN_SRC d