From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG org-babel-execute-src-block: No org-babel-execute function for python! Date: Tue, 26 Feb 2013 14:49:19 +0100 Message-ID: <877glvyylc.fsf@bzg.ath.cx> References: <512CBBC3.6000502@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAKuT-0001Po-40 for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:49:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAKuO-0005YY-2s for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:49:33 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:55122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAKuN-0005YM-NJ for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:49:27 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so4871671wid.11 for ; Tue, 26 Feb 2013 05:49:26 -0800 (PST) In-Reply-To: <512CBBC3.6000502@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Tue, 26 Feb 2013 14:42:27 +0100") 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: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode 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") HTH, -- Bastien