all messages for Emacs-related lists mirrored at yhetil.org
 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

* Re: log entries order question (feature request?)
  2007-08-16 13:47 log entries order question (feature request?) Maxim Loginov
@ 2007-08-21  9:50 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-08-21  9:50 UTC (permalink / raw)
  To: Maxim Loginov; +Cc: emacs-orgmode

Hi Maxim,

this will be the option `org-log-states-order-reversed' in the next
version, you need to set it to nil, default is t.

- Carsten

On Aug 16, 2007, at 15:47, Maxim Loginov wrote:

> 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
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.