diff org/export.org @ 0:c1a872bbc9f9

initial committ for aurellem.org related software
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 06:51:55 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/export.org	Sun Oct 16 06:51:55 2011 -0700
     1.3 @@ -0,0 +1,17 @@
     1.4 +#+BABEL: :exports both :results verbatim :noweb yes :cache no :mkdirp yes
     1.5 +
     1.6 +#+srcname: export
     1.7 +#+begin_src clojure :results silent
     1.8 +(ns export.export)
     1.9 +
    1.10 +
    1.11 +#+end_src
    1.12 +
    1.13 +
    1.14 +
    1.15 +
    1.16 +#+begin_src clojure :tangle ../src/export/export.clj
    1.17 +<<export>>
    1.18 +#+end_src
    1.19 +
    1.20 +