aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_conf_make_meta.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-10-13 13:33:08 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-11-27 19:51:22 -0500
commit0ff37b772594b21a26b4b878a5ddbc6f1e0d1e67 (patch)
tree86de7f449aab13cee6be7dbff314a024c1aeb499 /org/meta_conf_make_meta.org
parentconfiguration, hierarchy filenames & paths ... (diff)
org files, tangle output, some fixes
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r--org/meta_conf_make_meta.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org
index 118219e..31a4bd4 100644
--- a/org/meta_conf_make_meta.org
+++ b/org/meta_conf_make_meta.org
@@ -580,6 +580,8 @@ template contentYAMLtoSpineStruct() {
return _struct_composite;
}
}
+<<parse_yaml_return_spineStruct>>
+<<doc_header_convert_to_struct>>
#+END_SRC
** conf
@@ -1295,7 +1297,6 @@ if ("make" in _yaml
_struct_composite.make.substitute = _mk.substitute(_struct_composite.make_str.substitute);
_struct_composite.make.texpdf_font = _mk.texpdf_font(_struct_composite.make_str.texpdf_font);
}
-
#+END_SRC
** meta
@@ -2347,9 +2348,8 @@ if ("rights" in _json.object) {
** 1. parse Yaml config return spineStruct
-#+HEADER: :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d"
+#+NAME: parse_yaml_return_spineStruct
#+BEGIN_SRC d
-<<doc_header_including_copyright_and_license>>
template configParseYAMLreturnSpineStruct() {
import dyaml;
import
@@ -2387,9 +2387,8 @@ template configParseYAMLreturnSpineStruct() {
** 2. parse YAML header to +(JSON then)+ Struct
-#+HEADER: :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d"
+#+NAME: doc_header_convert_to_struct
#+BEGIN_SRC d
-<<doc_header_including_copyright_and_license>>
template docHeaderMakeAndMetaTupYamlExtractAndConvertToStruct() {
import
std.exception,