diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-16 19:16:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-19 13:26:15 -0400 |
commit | 0c693b23c4ff8f98a151884a24f150a5ff746dd4 (patch) | |
tree | f638d7942cab5b20adc3761ad7fcb62283eeefd8 /org/in_source_files.org | |
parent | cgi.d arsd update (diff) |
org mode, unique code-block names & adjust headers
- avoid org-mode undefined behavior, provide
unique code-block names
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r-- | org/in_source_files.org | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org index db433b0..86b0607 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.org @@ -7,6 +7,7 @@ #+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty +#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t #+PROPERTY: header-args :exports code #+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :eval no @@ -47,13 +48,15 @@ import <<imports_spine>>, doc_reform.meta.rgx; <<meta_config_file_in>> -<<meta_config_file_hub>> +<<meta_config_file_hub_0>> +<<meta_config_file_hub_1>> +<<meta_config_file_hub_2>> #+END_SRC *** 0. read config files (config local site & dr document make) (yaml) **** 1. site configuration -#+NAME: meta_config_file_hub +#+NAME: meta_config_file_hub_0 #+BEGIN_SRC d template readConfigSite() { @system final auto readConfigSite(C,O)(C _conf_file_details, O _opt_action) { @@ -167,7 +170,7 @@ webserv: **** 2. document make/config -#+NAME: meta_config_file_hub +#+NAME: meta_config_file_hub_1 #+BEGIN_SRC d static template readConfigDoc() { import @@ -223,7 +226,7 @@ static template readConfigDoc() { *** YAML config (config local site & dr document make) :file:config:hub: -#+NAME: meta_config_file_hub +#+NAME: meta_config_file_hub_2 #+BEGIN_SRC d static template configReadSiteYAML() { import |