emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: bulk TODO state change creates a LOGBOOK state change note


From: Maxim Baz
Subject: Re: [O] Bug: bulk TODO state change creates a LOGBOOK state change note only for one task
Date: Fri, 06 Feb 2015 10:52:08 +0000

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 <address@hidden> wrote:
Hello,

Maxim Baz <address@hidden> writes:

> I expect org-mode to create such "state change" note in LOGBOOK drawer for
> every task I'm changing.
>
> Now I'll describe my steps in a bit more detailed way, and afterwards you
> will find the system information I use.
>
> 1. emacs -Q -l ~/org-minimal.el ~/test.org
> 2. Create 3 tasks:
>     * TODO task1
>     * TODO task2
>     * TODO task3
> 3. M-x -> org-agenda-file-to-front
> 3. M-x -> org-agenda -> t
> 4. Mark those 3 tasks
> 5. M-x -> org-agenda-bulk-action -> t -> NEXT
>
> The ACTUAL contents of ~/test.org is:
>
>     * NEXT task1
>     * NEXT task2
>     * NEXT task3
>     :LOGBOOK:
>     - State "NEXT"       from "TODO"       [2015-02-04 Wed 22:11]
>     :END:
>
> The EXPECTED contents of ~/test.org is:
>
>     * NEXT task1
>     :LOGBOOK:
>     - State "NEXT"       from "TODO"       [2015-02-04 Wed 22:11]
>     :END:
>     * NEXT task2
>     :LOGBOOK:
>     - State "NEXT"       from "TODO"       [2015-02-04 Wed 22:11]
>     :END:
>     * NEXT task3
>     :LOGBOOK:
>     - State "NEXT"       from "TODO"       [2015-02-04 Wed 22:11]
>     :END:

This should be fixed. Thank you.


Regards,

--
Nicolas Goaziou

reply via email to

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