René <[email protected]> writes:
> Is there a way to insert comments in a plain list without breaking it into two
> distinct lists?
>
> Such a list:
>
> 1. first
> 2. second
> # comment about second item
> 3. third
> 4. fourth
>
> is actually considered as
>
> 1. first
> 2. second
> # comment about second item
> 1. third
> 2. fourth
You can ident the comment like this
1. first
2. second
# comment about second item
3. third
4. fourth
-Bernt
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode