emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* :RESULTS: drawer exported in LaTeX
@ 2014-07-15 15:41 Roland DONAT
  2014-07-15 17:10 ` Nick Dokos
  2014-07-28 15:25 ` Sebastien Vauban
  0 siblings, 2 replies; 6+ messages in thread
From: Roland DONAT @ 2014-07-15 15:41 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-28 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15 15:41 :RESULTS: drawer exported in LaTeX Roland DONAT
2014-07-15 17:10 ` Nick Dokos
2014-07-15 19:34   ` Roland DONAT
2014-07-16  9:39     ` Nicolas Goaziou
2014-07-16 10:48       ` Roland DONAT
2014-07-28 15:25 ` Sebastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).