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/spine_info.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'org/spine_info.org') diff --git a/org/spine_info.org b/org/spine_info.org index 1e9d3e5..3c838d5 100644 --- a/org/spine_info.org +++ b/org/spine_info.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 @@ -23,6 +23,7 @@ *** org #+HEADER: :tangle "../README" +#+HEADER: :noweb yes #+BEGIN_SRC text <> @@ -40,6 +41,7 @@ *** md #+HEADER: :tangle "../README.md" +#+HEADER: :noweb yes #+BEGIN_SRC text <> @@ -112,6 +114,7 @@ project_name: Spine, Doc Reform *** org #+NAME: sisu_spine_readme_install_org +#+HEADER: :noweb yes #+BEGIN_SRC text ,* <> @@ -121,6 +124,7 @@ project_name: Spine, Doc Reform *** md #+NAME: sisu_spine_readme_install_md +#+HEADER: :noweb yes #+BEGIN_SRC markdown # <> @@ -177,6 +181,7 @@ dub --force --compiler=ldc2 && sudo cp -v cgi-bin/spine-search /usr/lib/cgi-bin/ *** org #+NAME: sisu_spine_readme_configuration_org +#+HEADER: :noweb yes #+BEGIN_SRC text ,* <> @@ -186,6 +191,7 @@ dub --force --compiler=ldc2 && sudo cp -v cgi-bin/spine-search /usr/lib/cgi-bin/ *** md #+NAME: sisu_spine_readme_configuration_md +#+HEADER: :noweb yes #+BEGIN_SRC markdown # <> @@ -266,6 +272,7 @@ webserv: *** org #+NAME: sisu_spine_readme_commands_org +#+HEADER: :noweb yes #+BEGIN_SRC text ,* <> @@ -275,6 +282,7 @@ webserv: *** md #+NAME: sisu_spine_readme_commands_md +#+HEADER: :noweb yes #+BEGIN_SRC markdown # <> @@ -370,6 +378,7 @@ at the time of writing this provides the following output: *** text body org #+NAME: sisu_spine_readme_examples_org +#+HEADER: :noweb yes #+BEGIN_SRC markdown ,* Examples @@ -409,6 +418,7 @@ at the time of writing this provides the following output: *** text body md #+NAME: sisu_spine_readme_examples_md +#+HEADER: :noweb yes #+BEGIN_SRC markdown # Examples @@ -590,6 +600,7 @@ spine -v --html \ ** tangle #+HEADER: :tangle "../doc/man/man1/spine.1" +#+HEADER: :noweb yes #+BEGIN_SRC man <> <> @@ -4714,6 +4725,7 @@ matches are found. *** project (project root) ./ #+HEADER: :tangle "../COPYRIGHT" +#+HEADER: :noweb yes #+BEGIN_SRC txt - Name: spine - SiSU Spine, Doc Reform <> @@ -4730,6 +4742,7 @@ matches are found. *** code source ./src #+HEADER: :tangle "../src/COPYRIGHT" +#+HEADER: :noweb yes #+BEGIN_SRC txt - Name: spine - SiSU Spine, Doc Reform <> @@ -4746,6 +4759,7 @@ matches are found. *** code source ./src/doc_reform #+HEADER: :tangle "../src/doc_reform/COPYRIGHT" +#+HEADER: :noweb yes #+BEGIN_SRC txt - Name: spine - SiSU Spine, Doc Reform <> @@ -4768,6 +4782,7 @@ matches are found. - dependency information #+HEADER: :tangle "./COPYRIGHT" +#+HEADER: :noweb yes #+BEGIN_SRC txt - Name: spine - SiSU Spine, Doc Reform <> @@ -4780,6 +4795,7 @@ matches are found. *** doc (markup samples) ./doc #+HEADER: :NO-tangle "../doc/COPYRIGHT" +#+HEADER: :noweb yes #+BEGIN_SRC txt <> #+END_SRC -- cgit v1.2.3