emacs-orgmode
[Top][All Lists]
Advanced

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

[O] :RESULTS: drawer exported in LaTeX


From: Roland DONAT
Subject: [O] :RESULTS: drawer exported in LaTeX
Date: Tue, 15 Jul 2014 15:41:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Dear Orgmode community,

I have this piece of python code that generate Orgmode text :

#+NAME: test
#+HEADER: :session test1
#+HEADER: :results value drawer
#+BEGIN_SRC python   
a = "** H1\nblabla\n** H2\nbloblo"
a
#+END_SRC

#+RESULTS: test
:RESULTS:
** H1
blabla
** H2
bloblo
:END:

But when I export my document in LaTeX, the :RESULTS: drawer appears in the 
final pdf which it's not cool...

I have a d:nil in my OPTIONS header.

My configuration :
- Org 8.2.5h on Linux Mint 16. 
- Python 3

Any help would be much appreciated! Thanks.

Roland.





reply via email to

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