diff org/cortex.org @ 4:50c92af2018e

fixed headers, make compat symlink
author Robert McIntyre <rlm@mit.edu>
date Thu, 20 Oct 2011 15:10:38 -0700
parents 92f8d83b5d0b
children e3c6d1c1cb00
line wrap: on
line diff
     1.1 --- a/org/cortex.org	Sun Oct 16 22:54:08 2011 -0700
     1.2 +++ b/org/cortex.org	Thu Oct 20 15:10:38 2011 -0700
     1.3 @@ -1,11 +1,10 @@
     1.4  #+title: Simulated Senses
     1.5  #+author: Robert McIntyre
     1.6  #+email: rlm@mit.edu
     1.7 -#+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js"
     1.8 -#+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/>
     1.9 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes
    1.10 -#+INCLUDE: ../aurellem/src/templates/level-0.org
    1.11  #+description: Simulating senses for AI research using JMonkeyEngine3
    1.12 +#+SETUPFILE: ../../aurellem/org/setup.org
    1.13 +#+INCLUDE: ../../aurellem/org/level-0.org
    1.14 +
    1.15  
    1.16  * Background
    1.17  Artificial Intelligence has tried and failed for more than half a
    1.18 @@ -389,7 +388,7 @@
    1.19      (.setFullscreen false)
    1.20      (.setTitle "Aurellem.")
    1.21      ;; disable 32 bit stuff for now
    1.22 -    ;;(.setAudioRenderer "Send")
    1.23 +    (.setAudioRenderer "Send")
    1.24      )
    1.25    "These settings control how the game is displayed on the screen for
    1.26     debugging purposes.  Use binding forms to change this if desired.
    1.27 @@ -553,7 +552,7 @@
    1.28    "Like apply, but works for maps and functions that expect an implicit map
    1.29     and nothing else as in (fn [& {}]).
    1.30  ------- Example -------
    1.31 - (defn jjj [& {:keys [www] :or {www \"oph yeah\"} :as env}] (println www))
    1.32 + (defn jjj [& {:keys [www] :or {www \"oh yeah\"} :as env}] (println www))
    1.33   (apply-map jjj {:www \"whatever\"})
    1.34    -->\"whatever\""
    1.35    [fn m]