Aloha all,

I get subject error when exporting this subtree to LaTeX:

* Export problem

#+begin_src emacs-lisp :results wrap :exports both
   "code block results"
#+end_src

#+begin_src emacs-lisp :var lst=a-list :results list
   (reverse lst)
#+end_src

The error goes away and LaTeX export succeeds if I get rid of the :exports header argument in the first source block, or get rid of the second code block.

I'm using Org-mode version 7.3 (release_7.4.2.g32f816.dirty)

All the best,
Tom

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to