From a012afaa46a7983fdcf07590f5385403fea044fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 10 Nov 2015 19:10:31 -0500 Subject: org babel block delimiters --- org/ao_defaults.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'org/ao_defaults.org') 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 */ <> -#+end_src +#+END_SRC -- cgit v1.2.3