aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/cgi_spine_search.org
diff options
context:
space:
mode:
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>>