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

2014-07-28 Thread Sebastien Vauban
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:

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

2014-07-16 Thread Nicolas Goaziou
Hello, Roland DONAT roland.do...@gmail.com writes: You're right, there is something wrong between the parser and the headlines... I hope it's a bug because I can't think of a reason to prevent user from inserting headlines between drawers, and I pointed, I haven't other non-dirty solution

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

2014-07-16 Thread Roland DONAT
Hello, Nicolas Goaziou mail at nicolasgoaziou.fr writes: Hello, Roland DONAT roland.donat at gmail.com writes: You're right, there is something wrong between the parser and the headlines... I hope it's a bug because I can't think of a reason to prevent user from inserting

[O] :RESULTS: drawer exported in LaTeX

2014-07-15 Thread Roland DONAT
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

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

2014-07-15 Thread Nick Dokos
Roland DONAT roland.do...@gmail.com writes: 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

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

2014-07-15 Thread Roland DONAT
Nick Dokos ndokos at gmail.com writes: Roland DONAT roland.donat at gmail.com writes: 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 = **