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
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