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_defaults.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'org/ao_defaults.org') diff --git a/org/ao_defaults.org b/org/ao_defaults.org index 27039c7..6be3da3 100644 --- a/org/ao_defaults.org +++ b/org/ao_defaults.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/]] ** template: header :header: #+name: ao_defaults_templates -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d template SiSUheader() { auto header_make_jsonstr = `{ "make": { @@ -183,7 +183,7 @@ template SiSUheader() { #+END_SRC ** template: flags regex initialize :regex_flags: #+name: ao_defaults_templates -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d /* regex flags */ template SiSUrgxInitFlags() { int[string] flag_type = [ @@ -221,7 +221,7 @@ template SiSUrgxInitFlags() { #+END_SRC ** template: bibliography :biblio: #+name: ao_defaults_templates -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d template SiSUbiblio() { auto biblio_entry_tags_jsonstr = `{ "is" : "", @@ -272,7 +272,7 @@ template SiSUbiblio() { #+END_SRC ** template: internal markup :markup: #+name: ao_defaults_templates -#+BEGIN_SRC d :exports none +#+BEGIN_SRC d template InternalMarkup() { class InternalMarkup { auto en_a_o = "【"; auto en_a_c = "】"; @@ -284,7 +284,7 @@ template InternalMarkup() { * tangles :tangle: ** code structure: :ao_defaults.d: #+name: tangle_ao_defaults -#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :padline no :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d /* defaults ao_defaults.d -- cgit v1.2.3