Re: [O] Comments break lists when exporting to TeX

2012-05-23 Thread Nicolas Goaziou
Hello, Daniel Schoepe writes: > * Test > - This will not indent the code properly as a part of the list element > #+INCLUDE foo.c src c > - This will print "#+INCLUDE .." literally: > #+INCLUDE foo.c src c > - This works as expected: > #+BEGIN_SRC c > > #+END_SRC This should be

Re: [O] Comments break lists when exporting to TeX

2012-05-23 Thread Daniel Schoepe
On Wed, 23.05.2012 14:21, Nicolas Goaziou wrote: > At the moment you insert text at column 0, the list ends. You can use > inline comments (i.e. #+ This isn't) instead. This however, does not solve my original problem, since it doesn't work with #+INCLUDE (with version 7.8.09): * Test - This w

Re: [O] Comments break lists when exporting to TeX

2012-05-23 Thread Nicolas Goaziou
Hello, Daniel Schoepe writes: > while trying to include a source file in a list element via #+INCLUDE, I > discovered the following behavior: A comment between two list elements breaks > the list into two lists when exporting. For example: > > * Test > - This is a list element. > # This isn't.

[O] Comments break lists when exporting to TeX

2012-05-22 Thread Daniel Schoepe
Hi, while trying to include a source file in a list element via #+INCLUDE, I discovered the following behavior: A comment between two list elements breaks the list into two lists when exporting. For example: * Test - This is a list element. # This isn't. - This is another list element. Becom