From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: BUG org-babel-execute-src-block: No org-babel-execute function for python! Date: Tue, 26 Feb 2013 21:00:59 +0100 Message-ID: <512D147B.2020801@easy-emacs.de> References: <512CBBC3.6000502@easy-emacs.de> <877glvyylc.fsf@bzg.ath.cx> <512CD7E1.7010903@easy-emacs.de> <512D0E47.2080802@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAQhm-00036t-VL for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 15:00:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAQhe-0004q2-Rz for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 15:00:50 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:60619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAQhe-0004pj-Fn for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 15:00:42 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Bastien , Nick Dokos , emacs-orgmode , Ista Zahn 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-load-languages >> '( >> (sh . t) >> (python . t) >> )) >> >> If I load this first, then your print-example shows error like indicated in subject line. >> >> Something wrong with this code? >> > > I think it should be 'org-babel-load-languages instead of > 'org-babel-do-load-languages. > > Tom > Argh, thanks. Sorry for the noice, Andreas