emacs-orgmode
[Top][All Lists]
Advanced

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

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


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

Eric S Fraga <address@hidden> writes:

> At Tue, 22 Sep 2009 08:52:13 -0400, Bernt Hansen wrote:
>> If you're actually trying to make the comment not export this seems to
>> work for me
>> 
>>  1. first
>>  2. second
>>  #+ comment about second item
>>  3. third
>>  4. fourth
>> 
>> -Bernt
>
> and in fact it works without the + sign and that's what I was using
> initial, as was the OP (René I guess).  however, we're going around in
> circles here because comments at column 0 cause org-mode to consider
> the next item to start a new list so your fourth item (if you hit C-c
> C-c on it) will be renumbered to 1, as indicated by the OP!
>
> Basically, we wish to have comments which don't interrupt the list
> numbering *and* are not exported either.  Is this possible?

At column 0 - probably not.

 1. first
 2. second
    #+ comment about second item
    #+ Another comment goes here
 3. third
 4. fourth

The #+ comment probably isn't officially supported either... it just
happens to work.  Sorry about the run-around :)

-Bernt




reply via email to

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