From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: [Bug] Exporting subtree with code Date: Tue, 13 Sep 2011 13:56:34 +0200 Message-ID: <87fwk0veod.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Rbm-0003OK-6g for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 07:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3Rbl-0006Uu-40 for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 07:56:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:39340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Rbk-0006Uf-VB for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 07:56:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3Rbf-0005hl-05 for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 13:56:51 +0200 Received: from f053080150.adsl.alicedsl.de ([78.53.80.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 13:56:50 +0200 Received: from Maxi.Matthe by f053080150.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 13:56:50 +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 Hi guys, I found a bug (or I'm doing something wrong): See this org file: **************************************** * 1 * 2 ** 2.1 ** 2.2 Exporting this subtree to latex (C-c C-e 1 d) raises "wrong type argument: arrayp" #+BEGIN_SRC python :results output :export results print 1 print 2 #+END_SRC #+results: : 1 : 2 **************************************** I can export and process the whole file to latex und pdf with no errors, but when I try to export the subtree 2.2 I get the given error. What's going on here? Regards, Max