aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org9
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