emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] feature request for org-store-log-note


From: Juan Pechiar
Subject: Re: [O] feature request for org-store-log-note
Date: Tue, 27 Sep 2011 23:28:06 -0300
User-agent: Mutt/1.5.20 (2009-06-14)

Hi John,

Please check the variable

   org-log-states-order-reversed

Documentation:
Non-nil means the latest state note will be directly after heading.
When nil, the state change notes will be ordered according to time.

Regards,
.j.

On Tue, Sep 27, 2011 at 08:51:27PM -0400, John J Foerch wrote:
> I use org to manage TODO lists in which I want to keep time stamps for
> the creation of an item, and for each state change.  To be as clear as
> possible, I'll just paste the portion of my config that affects how
> TODOs work:
>
>   (setq org-treat-insert-todo-heading-as-state-change t
>         org-log-into-drawer t
>         org-log-done nil)
>
>   (setq org-todo-keywords
>         '((sequence "TODO(t!)" "|" "DONE(d!)" "CANCELLED(c!)")))
>
>   (setcdr (assq 'state org-log-note-headings)
>           "State -> %s  %t")
>
> This logs each state change (including creation) into the LOGBOOK
> drawer.  It's great.  My feature request concerns the order in which the
> notes are logged.  Each new note is inserted at the top of the drawer.
> I would prefer it if they could be logged to the end of the drawer, so
> that one could read all of the state changes in chronological order from
> the top down.



reply via email to

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