emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* log entries order question (feature request?)
@ 2007-08-16 13:47 Maxim Loginov
  2007-08-21  9:50 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Loginov @ 2007-08-16 13:47 UTC (permalink / raw)
  To: emacs-orgmode

hi all

I prefer to log activity when doing something with project and set
(setq org-log-done '(state)) in my ~/.emacs.  Usually I change TODO
state several times during project completition and every change the
new log entry appeared on top, just after header.  It is more natural
to add them at the bottom, so you can read log more naturally, from
top (start) to bottom (finish).  Here is an example of typical project
after completion:

* DONE write a paper
    - State "DONE"       [2007-08-16 Thu 20:42] \\
      journal accepted the paper, will be published
      in october
    - State "WAITING"    [2007-08-16 Thu 20:41] \\
      boss sad "ok", sent paper to journal
    - State "WAITING"    [2007-08-16 Thu 20:37] \\
      first draft is ready, sent to boss, waiting
      for comments from him
    - State "NEXT"       [2007-08-16 Thu 20:36] \\
      ok, now I have time to start

but I'd prefer to have it like this:

* DONE write a paper
    - State "NEXT"       [2007-08-16 Thu 20:36] \\
      ok, now I have time to start
    - State "WAITING"    [2007-08-16 Thu 20:37] \\
      first draft is ready, sent to boss, waiting
      for comments from him
    - State "WAITING"    [2007-08-16 Thu 20:41] \\
      boss sad "ok", sent paper to journal
    - State "DONE"       [2007-08-16 Thu 20:42] \\
      journal accepted the paper, will be published
      in october

is there option for this? or is it possible to implement?

thanks
Maxim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-21  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-16 13:47 log entries order question (feature request?) Maxim Loginov
2007-08-21  9:50 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).