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.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'org/spine.org') diff --git a/org/spine.org b/org/spine.org index 9e3eedc..f9278ed 100644 --- a/org/spine.org +++ b/org/spine.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 @@ -38,6 +38,7 @@ #+HEADER: :tangle "../src/doc_reform/spine.d" #+HEADER: :shebang "#!/usr/bin/env rdmd" +#+HEADER: :noweb yes #+BEGIN_SRC d <> module doc_reform.sisu_document_parser; @@ -115,7 +116,7 @@ string program_name = "spine"; writeln("- ", out_pth.curate("topics.html")); } } - } else { writeln("NO METADATA CURATED"); } + } // else { writeln("NO METADATA CURATED"); } } #+END_SRC @@ -1349,6 +1350,7 @@ if ((doc_matters.opt.action.debug_do) ***** show document summary - abstraction _print summary_ (to screen) :abstraction:summary: #+NAME: spine_each_file_do_show +#+HEADER: :noweb yes #+BEGIN_SRC d <> <> -- cgit v1.2.3