Roland DONAT wrote: > 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... > > Any help would be much appreciated! Thanks.
I'd like to understand what you're trying to do. Such a thing: --8<---------------cut here---------------start------------->8--- #+begin_src emacs-lisp :results raw :exports both "* Headline\nParagraph" #+end_src --8<---------------cut here---------------end--------------->8--- did work for me in the past. Best regards, Seb -- Sebastien Vauban