From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: org-babel, python, encoding and table Date: Tue, 07 May 2013 21:52:55 +0200 Message-ID: <51895B97.90800@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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZnuE-0007Np-Uc for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:50:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZnuD-00043Q-Sl for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:50:34 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:60349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZnuD-00043L-Jb for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:50:33 -0400 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: emacs-orgmode@gnu.org [ ... ] > But, what is hurting my poor little neurone is the fact that I don't > understand why I get the correct result when the evaluation returns a single > value and a wrong answer with a table. > that's not the case. One from returns a, the other b, which are bound differently. The tuple fails with Python2 that way. > I think I have to understand how org-babel builds a table from a Python list > of lists but I have to confess that I'm afraid of reading Lisp programs, > though Emacs is my best friend ;)... > > Well, I'll keep on investigating on that subject > > Thanks again for your help! > > Roland. > > > > > >