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/config_d_cfte.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'org/config_d_cfte.org') diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index e648b52..dbbf6d8 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.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 @@ -33,6 +33,7 @@ *** set program version tangle :version: #+HEADER: :tangle "../views/version.txt" +#+HEADER: :noweb yes #+BEGIN_SRC txt /+ obt - org-mode generated file +/ struct Version { @@ -50,6 +51,7 @@ enum _ver = Version(<>); https://dlang.org/spec/version.html#predefined-versions #+NAME: spine_compiler_restrictions +#+HEADER: :noweb yes #+BEGIN_SRC d version (Posix) { version (DigitalMars) { @@ -71,6 +73,7 @@ SEE NOTES on configuration hierarchy in spine.org **** example #+HEADER: :tangle "../views/configuration_example.txt" +#+HEADER: :noweb yes #+BEGIN_SRC d /+ obt - org-mode generated file +/ struct Cfg { @@ -100,6 +103,7 @@ enum _cfg = Cfg(); **** configure #+HEADER: :tangle ../views/configuration.txt_ +#+HEADER: :noweb yes #+BEGIN_SRC d <> #+END_SRC @@ -165,6 +169,7 @@ enum _cfg = Cfg(); *** spine_search: configuration.txt SET #+HEADER: :tangle "../sundry/spine_search_cgi/views/configuration_example.txt" +#+HEADER: :noweb yes #+BEGIN_SRC d /+ obt - org-mode generated file +/ struct Cfg { -- cgit v1.2.3