emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] :RESULTS: drawer exported in LaTeX


From: Sebastien Vauban
Subject: Re: [O] :RESULTS: drawer exported in LaTeX
Date: Mon, 28 Jul 2014 17:25:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (windows-nt)

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




reply via email to

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