Re: [O] Problems with executing babel code

2011-07-13 Thread Bastien
Hi Christopher, Christopher Witte writes: > After a recent git pull, I've been having some problems executing and > editing babel code. Confirmed. The problem was introduced by this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1b95d2e9ce50db56435a1912c37c436388e703af I let Eric

[O] Problems with executing babel code

2011-07-13 Thread Christopher Witte
After a recent git pull, I've been having some problems executing and editing babel code. The following will execute: #+srcname: Blah1 #+begin_src emacs-lisp :results value (concat "" "works") #+end_src #+results: Blah1 : works #+call: Blah1(x=1) :results value raw #+results: Blah1(x=1) work