diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-06-27 01:30:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | d7ed4f0aa862615fbba630ac278ae21b1b96e812 (patch) | |
tree | e6cf893339601cc253afd98a1cd2e664b0e2c38f /org/ao_defaults.org | |
parent | step6 headers (&config), native & sdlang to json internally (diff) |
registers, minor cleaning
Diffstat (limited to 'org/ao_defaults.org')
-rw-r--r-- | org/ao_defaults.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/ao_defaults.org b/org/ao_defaults.org index 00fe102..ec007b0 100644 --- a/org/ao_defaults.org +++ b/org/ao_defaults.org @@ -19,8 +19,8 @@ ** template: header :header: #+name: ao_defaults_templates #+BEGIN_SRC d -template SiSUheaderRegister() { - auto header_make_jsonstr = `{ +template SiSUregisters() { + string make_jsonstr = `{ "make": { "bold" : "", "breaks" : "", @@ -37,7 +37,7 @@ template SiSUheaderRegister() { "texpdf_font" : "" } }`; - auto header_meta_jsonstr = `{ + auto meta_jsonstr = `{ "classify": { "dewey" : "", "keywords" : "", |