Am 26.02.2013 20:50, schrieb Thomas S. Dye:
Andreas Röhler 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-lo
Andreas Röhler 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
>'(
> (s
Am 26.02.2013 17:00, schrieb Ista Zahn:
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler
wrote:
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c star
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler
wrote:
> Am 26.02.2013 14:49, schrieb Bastien:
>
>> Hi Andreas,
>>
>> Andreas Röhler 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
>>
Andreas Röhler writes:
>> (org-babel-do-load-languages
>> 'org-babel-load-languages
>> '((python . t)))
>>
>> See (info "(Org)Languages")
>>
> Bugs exists after loading that.
> Please tell if you need more info.
Please give a reproducible recipe.
--
Bastien
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler 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
Hi Andreas,
Andreas Röhler 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 (info "(Org)Languages")
H
Andreas Röhler 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 appears
>
> GNU Emacs
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 2.22.1)