Re: [O] bug when generating org text then exporting to html

2017-07-03 Thread Bastien
Hi Grégoire, Grégoire Jadi writes: > With the following file : > * Test > > #+BEGIN_SRC elisp :results drawer :exports results > (format "* My Headline") > #+END_SRC > > > When I export this file to HTML, I expect to have the same result as if > I had the following file : > *

[O] bug when generating org text then exporting to html

2016-12-31 Thread Grégoire Jadi
Hi all, With the following file : * Test #+BEGIN_SRC elisp :results drawer :exports results (format "* My Headline") #+END_SRC When I export this file to HTML, I expect to have the same result as if I had the following file : * Test * My Headline However, the exporter also include a paragraph

[O] bug when generating org text then exporting to html

2016-12-31 Thread Grégoire Jadi
Hi all, With the following file : * Test #+BEGIN_SRC elisp :results drawer :exports results (format "* My Headline") #+END_SRC When I export this file to HTML, I expect to have the same result as if I had the following file : * Test * My Headline However, the exporter also include a paragraph