From 3e81eda3abd27ab6beadb3f183bcbf413ecd52b8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 17 Mar 2016 22:38:32 -0400 Subject: org file headers updated --- org/ao_output_debugs.org | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'org/ao_output_debugs.org') diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org index 4891df9..f10c474 100644 --- a/org/ao_output_debugs.org +++ b/org/ao_output_debugs.org @@ -3,10 +3,10 @@ #+EMAIL: ralph.amissah@gmail.com #+STARTUP: indent #+LANGUAGE: en -#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t +#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+OPTIONS: author:nil email:nil creator:nil timestamp:nil -#+OPTIONS: ^:nil _:nil +#+PROPERTY: header-args :padline no :exports none :noweb yes #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+FILETAGS: :sdp:rel:ao: @@ -16,7 +16,7 @@ [[./sdp.org][sdp]] [[./][org/]] ** (parent) :parent: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(parent) { writeln(__FILE__, ":", __LINE__); foreach (obj; contents) { @@ -36,7 +36,7 @@ debug(parent) { #+END_SRC ** (objects) :objects: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(objects) { writeln("-------------------------------"); writeln(__FILE__, ":", __LINE__); @@ -55,7 +55,7 @@ debug(objects) { #+END_SRC ** (headermakejson) :json:header: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(headermakejson) { writeln("document header, metadata & make instructions:"); writeln(dochead); @@ -81,7 +81,7 @@ debug(headermakejson) { #+END_SRC ** (headermetadatajson) :json:header: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(headermetadatajson) { writeln("document header, metadata & make instructions:"); writeln(dochead); @@ -186,7 +186,7 @@ debug(headermetadatajson) { #+END_SRC ** (bookindex) :bookindex: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(bookindex) { writeln("-------------------------------"); writeln(__FILE__, ":", __LINE__); @@ -196,7 +196,7 @@ debug(bookindex) { #+END_SRC ** (summary) [+1] :summary: #+name: ao_output_debugs -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(summary) { string[string] check = [ "last_ocn" : "NA [debug \"checkdoc\" not run]", @@ -204,7 +204,7 @@ debug(summary) { #+END_SRC *** (checkdoc) :checkdoc: #+name: ao_output_debugs_summary -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(checkdoc) { foreach (obj; contents) { if (obj["use"] == "content") { @@ -217,7 +217,7 @@ debug(checkdoc) { #+END_SRC *** (headings) :headings: #+name: ao_output_debugs_summary -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(headings) { writeln("-------------------------------"); writeln(__FILE__, ":", __LINE__); @@ -245,7 +245,7 @@ writeln( #+END_SRC *** compare number of ocn for known sisu markup output (checkdoc) #+name: ao_output_debugs_summary -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d debug(checkdoc) { if (auto mfn=match(fn_src, rgx.src_fn)) { if (actions["assert"] == "yes") { @@ -376,7 +376,7 @@ debug(checkdoc) { * tangles :tangle: ** code structure: :ao_output_debugs.d: #+name: tangle_ao_output_debugs -#+BEGIN_SRC d :tangle ../lib/sdp/ao_output_debugs.d :padline no :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_output_debugs.d /* output debugs ao_output_debugs.d -- cgit v1.2.3