emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: How to add comments in a plain list


From: Bernt Hansen
Subject: [Orgmode] Re: How to add comments in a plain list
Date: Tue, 22 Sep 2009 00:16:14 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

René <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]