From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ethan Ligon Subject: [BUG][babel] ":result output table" doesn't work for python code blocks Date: Thu, 14 Apr 2011 17:46:13 -0700 Message-ID: <87k4ew2vfu.fsf@are.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAXB6-0006l2-Ob for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 20:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAXB5-0007Zp-A3 for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 20:46:28 -0400 Received: from lo.gmane.org ([80.91.229.12]:38337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAXB5-0007Zk-4r for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 20:46:27 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAXB4-0000fT-Dc for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 02:46:26 +0200 Received: from c-24-5-193-224.hsd1.ca.comcast.net ([24.5.193.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 02:46:26 +0200 Received: from ligon by c-24-5-193-224.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 02:46:26 +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 The results from python code blocks aren't correctly returned as tables when they should be. To wit: #+begin_src python :results output table print "A,B,C" #+end_src #+results: : A,B,C where I'd expect to see #+results: | A | B | C | Eric Fraga seems to have noticed the same problem, but with octave code blocks in http://thread.gmane.org/gmane.emacs.orgmode/36091 but so far there's been no useful response to his post. Thanks for any help! -Ethan Ligon