aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org38
1 files changed, 19 insertions, 19 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index d5fd76d..d0328f9 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -4,22 +4,21 @@
#+FILETAGS: :spine:default:misc:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah
#+LANGUAGE: en
-#+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 :cache no :noweb yes
-#+EXPORT_SELECT_TAGS: export
-#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
+#+STARTUP: content hideblocks hidestars noindent entitiespretty
+#+PROPERTY: header-args :exports code
+#+PROPERTY: header-args+ :noweb yes
+#+PROPERTY: header-args+ :eval no
+#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :cache no
+#+PROPERTY: header-args+ :padline no
[[./spine.org][spine]] [[./][org/]]
* meta defaults :module:meta:
** _module template_
-#+name: tangle_defaults
+#+NAME: tangle_defaults
#+BEGIN_SRC d :tangle "../src/doc_reform/meta/defaults.d"
/++
default settings
@@ -36,7 +35,7 @@ module doc_reform.meta.defaults;
** template: flags regex initialize :regex_flags:
*** flags
-#+name: meta_defaults_template_init_flags
+#+NAME: meta_defaults_template_init_flags
#+BEGIN_SRC d
template spineRgxInitFlags() {
/+ regex flags +/
@@ -84,7 +83,7 @@ template spineRgxInitFlags() {
*** node
-#+name: meta_defaults_template_node
+#+NAME: meta_defaults_template_node
#+BEGIN_SRC d
template spineNode() {
@safe static string[string] node_metadata_heading_str() {
@@ -133,7 +132,7 @@ template spineNode() {
** template: harvest
-#+name: meta_defaults_template_harvest
+#+NAME: meta_defaults_template_harvest
#+BEGIN_SRC d
template spineHarvest() {
@safe auto spineHarvest() {
@@ -171,7 +170,7 @@ template spineHarvest() {
** template: bibliography :biblio:
-#+name: meta_defaults_template_biblio
+#+NAME: meta_defaults_template_biblio
#+BEGIN_SRC d
template spineBiblio() {
// required: deemed_author (author || editor); year; fulltitle;
@@ -215,6 +214,7 @@ template spineBiblio() {
* 1. output defaults :module:output:
** _module template_
+#+NAME: tangle_defaults
#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/defaults.d"
/++
default settings
@@ -227,7 +227,7 @@ module doc_reform.io_out.defaults;
** imports
-#+name: defaults_imports
+#+NAME: defaults_imports
#+BEGIN_SRC d
import
std.algorithm,
@@ -254,11 +254,11 @@ import
21 special characters used:
-#+BEGIN_SRC text
+#+BEGIN_SRC txt
【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■☼
#+END_SRC
-#+name: defaults_template_markup
+#+NAME: defaults_template_markup
#+BEGIN_SRC d
template InternalMarkup() {
import std.array;
@@ -308,7 +308,7 @@ template InternalMarkup() {
*** template: language codes
-#+name: defaults_template_language_codes
+#+NAME: defaults_template_language_codes
#+BEGIN_SRC d
template spineLanguageCodes() {
/+ language codes +/
@@ -401,7 +401,7 @@ template spineLanguageCodes() {
* __END__
** +set colors for terminal+ (unused) :colors:terminal:
-#+name: meta_ansi_colors
+#+NAME: meta_ansi_colors
#+BEGIN_SRC d
static string[string] scr_txt_color = [
"off" : "\033[0m",