From bbe133420aacf1ed7fc9a88702580be1782a1639 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 22 Oct 2020 10:57:37 -0400 Subject: org mode, code-block names --- org/in_source_files.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'org/in_source_files.org') 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 <>, doc_reform.meta.rgx; <> -<> -<> -<> +<> +<> +<> #+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 -- cgit v1.2.3