Eric Schulte
bb8086ffbb
ob-C: more generous regular expression for matching main call
...
* lisp/ob-C.el (org-babel-C-ensure-main-wrap): more generous regular
expression for matching main function
2010-07-25 12:32:48 -06:00
Carsten Dominik
6268cceec3
Mention release 7.01 on the website, push release number to 7.01trans
2010-07-19 08:33:24 +02:00
Eric Schulte
46fec6b08b
ob-C: removing excess newlines around expanded C code bodies
...
* lisp/ob-C.el (org-babel-C-expand): removing excess newlines around
expanded C code bodies
2010-07-15 16:43:06 -07:00
Eric Schulte
2cd33b94d9
ob-c: no longer ignores the :results vector header argument
...
* lisp/ob-C.el (org-babel-C-execute): no longer ignores the :results vector
header argument
2010-07-14 23:17:03 -07:00
Eric Schulte
c53fc7d246
babel: consolidate execution messaging into ob.el
...
* lisp/ob.el (org-babel-execute-src-block): consolidate execution
messaging into ob.el rather than spread out amongst all the language
files
2010-07-12 22:26:25 -07:00
Eric Schulte
c32d773919
babel: code cleaning -- `error' and `with-current-buffer' usage for Emacs inclusion
2010-07-06 10:30:58 -07:00
Eric Schulte
3416a0e323
babel: clean compile
2010-07-05 11:14:51 -07:00
Eric Schulte
6c2e35003f
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.
2010-07-05 11:14:50 -07:00
Eric Schulte
d7b7025eac
flattening out lisp directory structure
...
all babel and babel/langs files now live in the base of the lisp directory.
2010-07-05 11:14:49 -07:00