From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Scharff Subject: Wrong type argument listp on export Date: Wed, 20 Jul 2011 13:06:46 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjUcL-0003iT-Kf for emacs-orgmode@gnu.org; Wed, 20 Jul 2011 07:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjUcI-00021s-JM for emacs-orgmode@gnu.org; Wed, 20 Jul 2011 07:07:04 -0400 Received: from lo.gmane.org ([80.91.229.12]:39191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjUcI-00021k-3M for emacs-orgmode@gnu.org; Wed, 20 Jul 2011 07:07:02 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QjUcG-0007C1-Ei for emacs-orgmode@gnu.org; Wed, 20 Jul 2011 13:07:00 +0200 Received: from p5ddfe2b1.dip.t-dialin.net ([93.223.226.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2011 13:07:00 +0200 Received: from dirk.scharff by p5ddfe2b1.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2011 13:07:00 +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 Hello, I narrowed down my problem to the following short example: * My Test Block This is a test #+source testblock #+begin_src python :var x=3 :exports both :results output print x*x #+end_src executing the source-bock yields the correct result. When exporting this file however I get the folowing error: Wrong type argument: listp, 3 Am I doing something wrong here? I'm using Org-mode 7.6 (release_7.6.129.gfe0c). regards, Dirk.