Hello, Daniel Schoepe <dan...@schoepe.org> 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. > - This is another list element. At the moment you insert text at column 0, the list ends. You can use inline comments (i.e. #+ This isn't) instead. > I think it makes sense for comments to have no effect on this (i.e. it > should behave the same during export as if it wasn't there), so I > consider this a bug. I do not. Export is consistent with in-buffer behaviour. You have created two lists here, not one, and it has nothing to do with export. Regards, -- Nicolas Goaziou