From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: bug in 8.2.5f for using tables as data in python? Date: Tue, 21 Jan 2014 23:52:38 -0500 Message-ID: <87zjmobotl.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5po8-0001e0-0H for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 23:53:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5po2-0008BE-0A for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 23:52:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:55090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5po1-0008B2-PT for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 23:52:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5po0-0000KZ-PV for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 05:52:48 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 05:52:48 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 05:52:48 +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: emacs-orgmode@gnu.org John Kitchin writes: > Does anyone else see this? > Yes. I seem to have different default header args (e.g. :results value rather than :results output for the first python block and the table gets printed out as a table, not as a lisp list, for the elisp block) but the last python block gives me the same error. -- Nick