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_utils.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/ao_utils.org') diff --git a/org/ao_utils.org b/org/ao_utils.org index 8e6801f..2c3e342 100644 --- a/org/ao_utils.org +++ b/org/ao_utils.org @@ -83,12 +83,12 @@ string[string] scr_txt_marker = [ "navy" : "\033[34m*\033[0m ", "black" : "\033[30m*\033[0m " ]; -#+end_src +#+END_SRC * tangles ** code structure: :ao_util.d: #+name: tangle_ao_utils -#+BEGIN_SRC d :tangle ../lib/sdp/ao_utils.d :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_utils.d :padline no :exports none :noweb yes /* utils ao_util.d @@ -96,4 +96,4 @@ string[string] scr_txt_marker = [ mixin template ScreenTxtColors() { <> } -#+end_src +#+END_SRC -- cgit v1.2.3