emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Wrong type argument listp on export


From: Dirk Scharff
Subject: [O] Wrong type argument listp on export
Date: Wed, 20 Jul 2011 13:06:46 +0200
User-agent: Unison/2.1.5

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]