From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: Re: [Bug] Exporting subtree with code Date: Tue, 13 Sep 2011 13:59:25 +0200 Message-ID: <87bouovejm.fsf@googlemail.com> References: <87fwk0veod.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Reu-0004wQ-Gd for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 08:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3Rep-0007Wo-EB for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 08:00:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:40562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3Reo-0007WD-QU for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 08:00:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3Ren-00074P-GM for emacs-orgmode@gnu.org; Tue, 13 Sep 2011 14:00:05 +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 14:00:05 +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 14:00:05 +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 Maxi.Matthe@googlemail.com (Maximilian Matthé) writes: I'm using org-mode version Org-mode version 7.7 (release_7.7.280.gdbf0) Thanks for your help! > 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