aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-14 21:23:31 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-19 16:55:31 -0500
commit6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch)
tree79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /org/default_misc.org
parent0.8.3 (if exists) get site config & output path (diff)
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index 1c68a8d..3e09d16 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -1,7 +1,7 @@
-*- mode: org -*-
-#+TITLE: doc_reform defaults misc
+#+TITLE: spine (doc_reform) defaults misc
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
-#+FILETAGS: :doc_reform:default:misc:
+#+FILETAGS: :spine:default:misc:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
@@ -13,11 +13,11 @@
#+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)
+#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./doc_reform.org][doc_reform]] [[./][org/]]
-* 0. meta defaults :module:meta:
-** 0. module template
+[[./spine.org][spine]] [[./][org/]]
+* meta defaults :module:meta:
+** _module template_
#+name: tangle_defaults
#+BEGIN_SRC d :tangle "../src/doc_reform/meta/defaults.d"
@@ -212,7 +212,7 @@ template DocReformBiblio() {
#+END_SRC
* 1. output defaults :module:output:
-** 0. module template
+** _module template_
#+name: tangle_defaults
#+BEGIN_SRC d :tangle "../src/doc_reform/output/defaults.d"
@@ -307,7 +307,7 @@ template InternalMarkup() {
}
#+END_SRC
-*** template language codes
+*** template: language codes
#+name: defaults_template_language_codes
#+BEGIN_SRC d