> This should be fixed. Thank you.
I confirm, it works as expected now. Thanks for the fast support!
On Fri Feb 06 2015 at 9:54:24 AM Nicolas Goaziou
wrote:
> Hello,
>
> Maxim Baz writes:
>
> > I expect org-mode to create such "state change" note in LOGBOOK
The important piece of org-mode configuration is:
org-minimal.el
(setq org-todo-keywords '(
(sequence "TODO(t)" "NEXT(n!)" "|" "DONE(d)")))
So I expect the following note to appear in LOGBOOK once I change the state
from TODO to NEXT:
:LOGBOOK:
- State "NEXT" from "T