diff org/world.org @ 29:6372c108c5c6

cleaned up util.org
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 12:35:15 -0700
parents bbffa41a12a9
children 183744c179e6
line wrap: on
line diff
     1.1 --- a/org/world.org	Mon Oct 24 07:36:04 2011 -0700
     1.2 +++ b/org/world.org	Mon Oct 24 12:35:15 2011 -0700
     1.3 @@ -5,7 +5,7 @@
     1.4  #+keywords: JME3, clojure, virtual world, exception handling
     1.5  #+SETUPFILE: ../../aurellem/org/setup.org
     1.6  #+INCLUDE: ../../aurellem/org/level-0.org
     1.7 -#+babel: :mkdirp yes :noweb yes :exports both
     1.8 +#+BABEL: :mkdirp yes :noweb yes :exports both
     1.9  
    1.10  * The  World
    1.11  
    1.12 @@ -344,7 +344,7 @@
    1.13  
    1.14  
    1.15  * COMMENT code generation
    1.16 -#+begin_src clojure :tangle ../src/cortex/world.clj
    1.17 +#+begin_src clojure :tangle ../src/cortex/world.clj :noweb yes
    1.18  <<header>>
    1.19  <<settings>>
    1.20  <<exceptions>>