diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-12-02 18:23:00 -0500 |
commit | 6d0b245927779e68c2554880ad46d4299d4b11d4 (patch) | |
tree | 915ebf04752ac852f483a55a611708bfff907143 /org/ao_assertions.org | |
parent | org babel block delimiters (diff) |
sorting
Diffstat (limited to 'org/ao_assertions.org')
-rw-r--r-- | org/ao_assertions.org | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/org/ao_assertions.org b/org/ao_assertions.org index 1c29be9..a253e33 100644 --- a/org/ao_assertions.org +++ b/org/ao_assertions.org @@ -1,4 +1,4 @@ -#+TITLE: Emacs config file written in org-mode +#+TITLE: sdp assertions #+AUTHOR: Ralph Amissah #+EMAIL: ralph.amissah@gmail.com #+STARTUP: indent @@ -9,11 +9,12 @@ #+OPTIONS: ^:nil _:nil #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport -#+TAGS: Amissah(A) Class(c) WEB(W) noexport(n) #+FILETAGS: :sdp:ao: +#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n) -* assertions -** mixin template: assertions on markup document structure +* assertions :mixin:assert: +[[./sdp.org][sdp]] +** mixin template: assertions on markup document structure :doc_structure: #+name: ao_assertions #+BEGIN_SRC d :exports none mixin template AssertionsOnMarkupDocumentStructure() { @@ -215,7 +216,7 @@ mixin template AssertionsOnMarkupDocumentStructure() { } } #+END_SRC -** mixin template: assertions on blocks +** mixin template: assertions on blocks :blocks: #+name: ao_assertions #+BEGIN_SRC d :exports none mixin template AssertionsOnBlocks() { @@ -239,7 +240,7 @@ mixin template AssertionsOnBlocks() { } #+END_SRC -* tangle +* tangle :tangle: ** code structure: :ao_assertions.d: #+name: tangle_ao_assertions #+BEGIN_SRC d :tangle ../lib/sdp/ao_assertions.d :padline no :exports none :noweb yes |