aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_d_cfte.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-08-03 18:28:58 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2022-09-28 13:21:40 -0400
commitace605ee4d96b7ee2891246655478f46862d357f (patch)
treee9e59800591255b168e73bd015762e2ba74da662 /org/config_d_cfte.org
parentorg nix adjust (diff)
org noweb adjustments
Diffstat (limited to 'org/config_d_cfte.org')
-rw-r--r--org/config_d_cfte.org7
1 files changed, 6 insertions, 1 deletions
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(<<spine_version_set>>);
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
<<config_localhost>>
#+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 {