babel: all languages compiling cleanly (but R has a small problem)
commit6c2e35003f72d610ae98a4d9013b04b47429131c
authorEric Schulte <schulte.eric@gmail.com>
Sat, 3 Jul 2010 02:21:31 +0000 (2 19:21 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Mon, 5 Jul 2010 18:14:50 +0000 (5 11:14 -0700)
tree5d0b1eb63ed44f3ab5d19d3c2d2e4fcb85e85517
parentd7b7025eac365c6e72e596bee0b3e232cb687592
babel: all languages compiling cleanly (but R has a small problem)

  For some reason ob-R refuses to compile when it requires ob-comint.

  When (require 'ob-comint) is not included in  ob-R.el everything
  compiles without error, but warnings are thrown because the
  arguments to a macro defined in ob-comint are mis-interpreted as
  functions.

  When (require 'ob-comint) is added to ob-R.el then it throws errors
  complaining that the last argument to a function is nil and should
  be a string.  I don't understand this error at all and can't fix it.
22 files changed:
lisp/ob-C.el
lisp/ob-R.el
lisp/ob-asymptote.el
lisp/ob-clojure.el
lisp/ob-comint.el
lisp/ob-ditaa.el
lisp/ob-gnuplot.el
lisp/ob-haskell.el
lisp/ob-latex.el
lisp/ob-matlab.el
lisp/ob-ocaml.el
lisp/ob-octave.el
lisp/ob-perl.el
lisp/ob-python.el
lisp/ob-ruby.el
lisp/ob-sass.el
lisp/ob-screen.el
lisp/ob-sh.el
lisp/ob-sql.el
lisp/ob-sqlite.el
lisp/ob.el
lisp/org.el