diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-11-10 19:10:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-11-10 19:30:43 -0500 |
commit | a012afaa46a7983fdcf07590f5385403fea044fc (patch) | |
tree | 8761b98fbf92218565ba94f9997228330aa34719 /org/ao_defaults.org | |
parent | minor, place sdp.d in lib/ rather than lib/sdp (diff) |
org babel block delimiters
Diffstat (limited to 'org/ao_defaults.org')
-rw-r--r-- | org/ao_defaults.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org/ao_defaults.org b/org/ao_defaults.org index e16ed59..391abbb 100644 --- a/org/ao_defaults.org +++ b/org/ao_defaults.org @@ -179,7 +179,7 @@ template SiSUheader() { auto config_jsonstr = `{ }`; } -#+end_src +#+END_SRC ** template: flags regex initialize #+name: ao_defaults_templates #+BEGIN_SRC d :exports none @@ -217,7 +217,7 @@ template SiSUrgxInitFlags() { "book_index" : 0, ]; } -#+end_src +#+END_SRC ** template: bibliography #+name: ao_defaults_templates #+BEGIN_SRC d :exports none @@ -268,7 +268,7 @@ template SiSUbiblio() { "sn" : "short_name" ]; // is: book, article, magazine, newspaper, blog, other } -#+end_src +#+END_SRC ** template: internal markup #+name: ao_defaults_templates #+BEGIN_SRC d :exports none @@ -278,15 +278,15 @@ template InternalMarkup() { auto en_b_o = "〖"; auto en_b_c = "〗"; } } -#+end_src +#+END_SRC * tangles ** code structure: :ao_defaults.d: #+name: tangle_ao_defaults -#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :padline no :exports none :noweb yes /* defaults ao_defaults.d */ <<ao_defaults_templates>> -#+end_src +#+END_SRC |