From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-babel, python, encoding and table Date: Tue, 07 May 2013 16:05:43 -0400 Message-ID: <87k3napnc8.fsf@pierrot.dokosmarshall.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZoDH-0003Ek-4e for emacs-orgmode@gnu.org; Tue, 07 May 2013 16:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZoD8-000220-So for emacs-orgmode@gnu.org; Tue, 07 May 2013 16:10:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:43586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZoD8-00021e-LE for emacs-orgmode@gnu.org; Tue, 07 May 2013 16:10:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UZoD5-0003lD-Kc for emacs-orgmode@gnu.org; Tue, 07 May 2013 22:10:03 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 May 2013 22:10:03 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 May 2013 22:10:03 +0200 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 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. > while > > type python3 > python3 ist /usr/bin/python3 > -- Nick