diff org/test.org @ 66:1381a6ebd08b

updated org files to work with latest org changes
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Dec 2011 12:16:48 -0600
parents 25142dad240a
children 6f74d89fb8b3
line wrap: on
line diff
     1.1 --- a/org/test.org	Wed Dec 07 10:29:35 2011 -0600
     1.2 +++ b/org/test.org	Wed Dec 07 12:16:48 2011 -0600
     1.3 @@ -1,13 +1,13 @@
     1.4 -#+title: The BODY!!!
     1.5 +#+title: Test Suite
     1.6  #+author: Robert McIntyre
     1.7  #+email: rlm@mit.edu
     1.8  #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3.
     1.9  #+SETUPFILE: ../../aurellem/org/setup.org
    1.10  #+INCLUDE: ../../aurellem/org/level-0.org
    1.11  
    1.12 -* Body  
    1.13 +* Tests
    1.14  
    1.15 -#+srcname: body-main
    1.16 +#+name: body-main
    1.17  #+begin_src clojure 
    1.18  (ns test.all
    1.19    (:require [test touch vision])