From 0c693b23c4ff8f98a151884a24f150a5ff746dd4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 16 Oct 2020 19:16:18 -0400 Subject: org mode, unique code-block names & adjust headers - avoid org-mode undefined behavior, provide unique code-block names --- org/in_source_files.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'org/in_source_files.org') 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 <>, 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 +#+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 -- cgit v1.2.3