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_assertions.org | |
parent | minor, place sdp.d in lib/ rather than lib/sdp (diff) |
org babel block delimiters
Diffstat (limited to 'org/ao_assertions.org')
-rw-r--r-- | org/ao_assertions.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/ao_assertions.org b/org/ao_assertions.org index c6b09bb..1c29be9 100644 --- a/org/ao_assertions.org +++ b/org/ao_assertions.org @@ -214,7 +214,7 @@ mixin template AssertionsOnMarkupDocumentStructure() { } } } -#+end_src +#+END_SRC ** mixin template: assertions on blocks #+name: ao_assertions #+BEGIN_SRC d :exports none @@ -237,15 +237,15 @@ mixin template AssertionsOnBlocks() { "block status: none or closed"); } } -#+end_src +#+END_SRC * tangle ** code structure: :ao_assertions.d: #+name: tangle_ao_assertions -#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :exports none :noweb yes +#+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :padline no :exports none :noweb yes /* assertions ao_assertions.d */ <<ao_assertions>> -#+end_src +#+END_SRC |