From 6d0b245927779e68c2554880ad46d4299d4b11d4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Dec 2015 18:23:00 -0500 Subject: sorting --- org/ao_assertions.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'org/ao_assertions.org') 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 -- cgit v1.2.3