diff options
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index 55fa418..5d175ee 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -35,7 +35,7 @@ module doc_reform.meta.defaults; #+name: meta_defaults_template_init_flags #+BEGIN_SRC d -template SiSUrgxInitFlags() { +template DocReformRgxInitFlags() { /+ regex flags +/ static int[string] flags_type_init() { int[string] flags_type_init = [ @@ -81,7 +81,7 @@ template SiSUrgxInitFlags() { #+name: meta_defaults_template_node #+BEGIN_SRC d -template SiSUnode() { +template DocReformNode() { static string[string] node_metadata_heading_str() { auto _node = [ "is" : "", @@ -129,7 +129,7 @@ template SiSUnode() { #+name: meta_defaults_template_biblio #+BEGIN_SRC d -template SiSUbiblio() { +template DocReformBiblio() { // required: deemed_author (author || editor); year; fulltitle; struct BibJsnStr { static auto biblio_entry_tags_jsonstr() { @@ -256,7 +256,7 @@ template InternalMarkup() { #+name: defaults_template_language_codes #+BEGIN_SRC d -template SiSUlanguageCodes() { +template DocReformLanguageCodes() { /+ language codes +/ struct Lang { static string[string][string] codes() { |