[O] Bug: org-babel tries to execute raw output of C code

2014-06-20 Thread William Everett
Emacs apparently tries to execute the output of the following source code block #+BEGIN_SRC C :results raw printf((foo)); #+END_SRC When I run this code via C-c C-c I get this error in my *Messages* buffer: eval: Symbol's function definition is void: foo If I change the :results to something

Re: [O] Bug: org-babel tries to execute raw output of C code

2014-06-20 Thread Thierry Banel
Hi William. I got this error by using the same version of ORG as you (elpa/org-20140616). The bug is fixed by the latest version. You can get it here: http://orgmode.org/cgit.cgi/org-mode.git/plain/lisp/ob-C.el Regards Thierry Le 20/06/2014 01:46, William Everett a écrit : Emacs apparently