From ace605ee4d96b7ee2891246655478f46862d357f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 3 Aug 2022 18:28:58 -0400 Subject: org noweb adjustments --- org/in_source_files.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'org/in_source_files.org') diff --git a/org/in_source_files.org b/org/in_source_files.org index bb475fd..ba6a578 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.org @@ -8,7 +8,7 @@ #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb tangle +#+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no @@ -38,6 +38,7 @@ doc_reform.io_in.paths_source ** _module template_ :module:config_files: #+HEADER: :tangle "../src/doc_reform/io_in/read_config_files.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <> /++ @@ -168,7 +169,7 @@ webserv: } } if (config_file_str.length == 0) { /+ use dummy default config file +/ - writeln("WARNING config file NOT found, default provided"); + // writeln("WARNING config file NOT found, default provided"); conf_filename = "VIRTUAL"; config_file_str = default_config_file_str; } @@ -195,6 +196,7 @@ webserv: **** document make/config #+NAME: meta_config_file_hub_read_document_config +#+HEADER: :noweb yes #+BEGIN_SRC d static template readConfigDoc() { import @@ -251,6 +253,7 @@ static template readConfigDoc() { *** YAML config (config local site & dr document make) :file:config:hub: #+NAME: meta_config_file_hub_read_site_yaml +#+HEADER: :noweb yes #+BEGIN_SRC d static template configReadSiteYAML() { import @@ -282,6 +285,7 @@ static template configReadDocYAML() { ** _module template_ (includes tuple) #+HEADER: :tangle "../src/doc_reform/io_in/read_source_files.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <> /++ -- cgit v1.2.3