Mercurial > aurellem
annotate org/export.org @ 4:e8572e7c1e62
splitting cortex up
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Oct 2011 13:50:10 -0700 |
parents | c1a872bbc9f9 |
children |
rev | line source |
---|---|
rlm@0 | 1 #+BABEL: :exports both :results verbatim :noweb yes :cache no :mkdirp yes |
rlm@0 | 2 |
rlm@0 | 3 #+srcname: export |
rlm@0 | 4 #+begin_src clojure :results silent |
rlm@0 | 5 (ns export.export) |
rlm@0 | 6 |
rlm@0 | 7 |
rlm@0 | 8 #+end_src |
rlm@0 | 9 |
rlm@0 | 10 |
rlm@0 | 11 |
rlm@0 | 12 |
rlm@0 | 13 #+begin_src clojure :tangle ../src/export/export.clj |
rlm@0 | 14 <<export>> |
rlm@0 | 15 #+end_src |
rlm@0 | 16 |
rlm@0 | 17 |