From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: org-babel, python, encoding and table Date: Wed, 08 May 2013 08:21:22 +0200 Message-ID: <5189EEE2.7060602@easy-emacs.de> References: <87zjw6spxt.fsf@gmail.com> <51893B1C.50609@easy-emacs.de> <87d2t2slf7.fsf@gmail.com> <51894BE4.5010508@easy-emacs.de> <87sj1yppez.fsf@pierrot.dokosmarshall.org> <518958A4.1030005@easy-emacs.de> <87k3napnc8.fsf@pierrot.dokosmarshall.org> 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]:37066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZxiV-00035q-F0 for emacs-orgmode@gnu.org; Wed, 08 May 2013 02:19:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZxiU-0007cS-FY for emacs-orgmode@gnu.org; Wed, 08 May 2013 02:19:07 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:62616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZxiU-0007cI-6Y for emacs-orgmode@gnu.org; Wed, 08 May 2013 02:19:06 -0400 In-Reply-To: <87k3napnc8.fsf@pierrot.dokosmarshall.org> 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: emacs-orgmode@gnu.org Am 07.05.2013 22:05, schrieb Nick Dokos: > Andreas Röhler writes: > >> So it's up to choose the Python default interpreter. >> >> Unfortunatly >> >> (org-babel-do-load-languages >> 'org-babel-load-languages >> '((python3 . t))) >> >> seems not working. >> > > The language is still python (more or less). What you need to do is > customize org-babel-python-command. > Thanks. This reveals a bug in ob-python then. Will open a separate thread. Andreas