diff org/capture-video.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 97703c7f020e
line wrap: on
line diff
     1.1 --- a/org/capture-video.org	Sun Oct 16 22:54:08 2011 -0700
     1.2 +++ b/org/capture-video.org	Thu Oct 20 15:10:38 2011 -0700
     1.3 @@ -1,16 +1,10 @@
     1.4  #+title: Capture Live Video Feeds from JMonkeyEngine
     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 -#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
    1.10 -#+BABEL: :exports both :noweb yes :cache no :mkdirp yes
    1.11  #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube.
    1.12  #+keywords: JME3, video, Xuggle, JMonkeyEngine, youtube, capture video, Java
    1.13 -#+INCLUDE: ../aurellem/src/templates/level-0.org
    1.14 -:PROPERTIES:
    1.15 -:EXPORT_FILE_NAME: ../whatever.html
    1.16 -:END:
    1.17 +#+SETUPFILE: ../../aurellem/org/setup.org
    1.18 +#+INCLUDE: ../../aurellem/org/level-0.org
    1.19  
    1.20  
    1.21  * The Problem