Re: [O] comment bug

2012-08-08 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: comment-dwim works properly. However, when you use it in the middle of a list, it splits the list into two lists. Indeed. But I don't see any clean way to avoid this. You can wrap the item with #+begin_comment...#+end_comment, assuming you

Re: [O] comment bug

2012-08-07 Thread Samuel Wales
On 7/31/12, Nicolas Goaziou n.goaz...@gmail.com wrote: I just committed a complete implementation of comments, compatible with `comment-dwim'. Does it behave as expected? comment-dwim works properly. However, when you use it in the middle of a list, it splits the list into two lists. Thanks.