diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-22 10:57:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-23 09:50:55 -0400 |
commit | bbe133420aacf1ed7fc9a88702580be1782a1639 (patch) | |
tree | 2f3a88c7f62791d214b2745758974a032a48a5a6 /org/in_source_files.org | |
parent | project nix shell(s) (diff) |
org mode, code-block names
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r-- | org/in_source_files.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org index 86b0607..2465541 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.org @@ -48,15 +48,15 @@ import <<imports_spine>>, doc_reform.meta.rgx; <<meta_config_file_in>> -<<meta_config_file_hub_0>> -<<meta_config_file_hub_1>> -<<meta_config_file_hub_2>> +<<meta_config_file_hub_read_site_config>> +<<meta_config_file_hub_read_document_config>> +<<meta_config_file_hub_read_site_yaml>> #+END_SRC *** 0. read config files (config local site & dr document make) (yaml) **** 1. site configuration -#+NAME: meta_config_file_hub_0 +#+NAME: meta_config_file_hub_read_site_config #+BEGIN_SRC d template readConfigSite() { @system final auto readConfigSite(C,O)(C _conf_file_details, O _opt_action) { @@ -170,7 +170,7 @@ webserv: **** 2. document make/config -#+NAME: meta_config_file_hub_1 +#+NAME: meta_config_file_hub_read_document_config #+BEGIN_SRC d static template readConfigDoc() { import @@ -226,7 +226,7 @@ static template readConfigDoc() { *** YAML config (config local site & dr document make) :file:config:hub: -#+NAME: meta_config_file_hub_2 +#+NAME: meta_config_file_hub_read_site_yaml #+BEGIN_SRC d static template configReadSiteYAML() { import |