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 > b

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

2014-07-16 Thread Roland DONAT
Hello, Nicolas Goaziou nicolasgoaziou.fr> writes: > > Hello, > > Roland DONAT 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 betwee

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

2014-07-16 Thread Nicolas Goaziou
Hello, Roland DONAT 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 ;) Only headlines

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

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

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

2014-07-15 Thread Nick Dokos
Roland DONAT 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 > :RESULT

[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 e