diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-03-17 22:38:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2016-03-17 23:53:20 -0400 |
commit | 3e81eda3abd27ab6beadb3f183bcbf413ecd52b8 (patch) | |
tree | ed7037df5db5c66d310a94dd0d4005d688e17764 /org/ao_defaults.org | |
parent | track (diff) |
org file headers updated
Diffstat (limited to 'org/ao_defaults.org')
-rw-r--r-- | org/ao_defaults.org | 14 |
1 files changed, 7 insertions, 7 deletions
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 |