Mercurial > cortex
diff org/hearing.org @ 328:e6233ef22a80
fix include in hearing.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 19 Jul 2012 17:02:17 -0500 |
parents | 702b5c78c2de |
children | 4f5a5d5f1613 |
line wrap: on
line diff
1.1 --- a/org/hearing.org Thu Jul 19 11:12:26 2012 -0500 1.2 +++ b/org/hearing.org Thu Jul 19 17:02:17 2012 -0500 1.3 @@ -5,7 +5,7 @@ 1.4 #+keywords: simulated hearing, openal, clojure, jMonkeyEngine3, LWJGL, AI 1.5 #+SETUPFILE: ../../aurellem/org/setup.org 1.6 #+INCLUDE: ../../aurellem/org/level-0.org 1.7 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes 1.8 + 1.9 1.10 * Hearing 1.11 1.12 @@ -976,7 +976,7 @@ 1.13 </div> 1.14 #+end_html 1.15 1.16 -#+include "../../jmeCapture/src/com/aurellem/capture/examples/Advanced.java" src java 1.17 +#+include: "../../jmeCapture/src/com/aurellem/capture/examples/Advanced.java" src java 1.18 1.19 Here is a small clojure program to drive the java program and make it 1.20 available as part of my test suite.