diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-10-28 06:38:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-10-28 11:44:56 -0400 |
commit | 62b0b5b859230f59bb3e6cbe1ac2da410063c071 (patch) | |
tree | 5cf13fc218ecc2ebd524fe0ccf13382fbc5135ac /org/sdp.org | |
parent | make gitsnapshot (diff) |
org maintenance
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/org/sdp.org b/org/sdp.org index b9c9f85..a9881ee 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -6,12 +6,13 @@ #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+OPTIONS: author:nil email:nil creator:nil timestamp:nil -#+OPTIONS: ^:nil _:nil#+OPTIONS: ^:nil _:nil +#+OPTIONS: ^:nil _:nil #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+TAGS: Amissah(A) Class(c) WEB(W) noexport(n) +#+FILETAGS: :sdp: -* sdp.d +* sdp.d :sdp.d: Deal with imports. Take command line instructions and process files as instructed. ** imports @@ -230,8 +231,8 @@ writeln("no recognized filename"); break; // terminate, stop #+end_src -* tangles -** code structure :sdp.d: +* tangles :tangle: +** code structure :sdp.d: #+name: tangle_sdp #+BEGIN_SRC d :tangle ../lib/sdp/sdp.d :exports none :noweb yes #!/usr/bin/env rdmd |