aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/cgi_spine_search.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/cgi_spine_search.org
parentorg nix adjust (diff)
org noweb adjustments
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r--org/cgi_spine_search.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org
index acc8707..13aea47 100644
--- a/org/cgi_spine_search.org
+++ b/org/cgi_spine_search.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
@@ -71,6 +71,7 @@ version (Posix) {
#+HEADER: :tangle "../sundry/spine_search_cgi/src/spine_search.d_"
#+HEADER: :shebang "#!/usr/bin/env rdmd"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/+ dub.sdl
@@ -729,6 +730,7 @@ return _previous_next;
**** format html header
#+NAME: spine_search_format_html_header
+#+HEADER: :noweb yes
#+BEGIN_SRC d
header = format(q"┃
<!DOCTYPE html>
@@ -887,6 +889,7 @@ return tip;
**** form
#+NAME: spine_search_form
+#+HEADER: :noweb yes
#+BEGIN_SRC d
form = format(q"┃
<<spine_search_form_html>>