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_utils.org | |
parent | minor, place sdp.d in lib/ rather than lib/sdp (diff) |
org babel block delimiters
Diffstat (limited to 'org/ao_utils.org')
-rw-r--r-- | org/ao_utils.org | 6 |
1 files changed, 3 insertions, 3 deletions
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() { <<ao_utils>> } -#+end_src +#+END_SRC |