[O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c starting from emacs -Q #+BEGIN_SRC python a = 5 b = 16 print(a + b) #+END_SRC the error message from title appears GNU Emacs 24.3.50.1 (i686-suse-linux-gnu, GTK+ Version

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Nick Dokos
Andreas Röhler andreas.roeh...@easy-emacs.de wrote: org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c starting from emacs -Q #+BEGIN_SRC python a = 5 b = 16 print(a + b) #+END_SRC the error message from title

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following block C-c C-c starting from emacs -Q You need (org-babel-do-load-languages 'org-babel-load-languages '((python . t))) See

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Ista Zahn
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 26.02.2013 14:49, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: org-babel-execute-src-block: No org-babel-execute function for python! When evaluating the following

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 17:00, schrieb Ista Zahn: On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 26.02.2013 14:49, schrieb Bastien: Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: org-babel-execute-src-block: No org-babel-execute function

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Thomas S. Dye
Andreas Röhler andreas.roeh...@easy-emacs.de writes: Hi Ista, Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b i.e. loading current trunk. When following your prescription, bug does not occur. My from way to load languages was (org-babel-do-load-languages 'org-babel-do-load-languages

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
Am 26.02.2013 20:50, schrieb Thomas S. Dye: Andreas Röhler andreas.roeh...@easy-emacs.de writes: Hi Ista, Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b i.e. loading current trunk. When following your prescription, bug does not occur. My from way to load languages was