emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: org-agenda-undo does not work with repeated tasks [9.4]


From: Bastien
Subject: Re: Bug: org-agenda-undo does not work with repeated tasks [9.4]
Date: Sun, 25 Apr 2021 16:32:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Warren,

Warren Lynn <wrn.lynn@gmail.com> writes:

> With org-mode 9.4, if you have a repeated task like this:
>
> * TODO My weekly task
>   SCHEDULED: <2020-10-14 Wed +1w>
>
> In daily agenda, if you mark the task done, which will cause the
> above to change into:
>
> * TODO My weekly task
>   SCHEDULED: <2020-10-21 Wed +1w>
>   :PROPERTIES:
>   :LAST_REPEAT: [2020-10-14 Wed 11:45]
>   :END:
>   :LOGBOOK:
>   - State "DONE"       from "TODO"       [2020-10-14 Wed 11:45]
>   :END:
>
> But then if you run "org-agenda-undo" immediately in the agenda
> buffer, the task did not revert back to the original, instead, only
> the "LOGBOOK" part is gone, so it becomes this:
>
> * TODO My weekly task
>   SCHEDULED: <2020-10-21 Wed +1w>
>   :PROPERTIES:
>   :LAST_REPEAT: [2020-10-14 Wed 11:45]
>   :END:
>
> I don't think that's what people would expect from "org-agenda-undo",
> so it seems a bug to me.
>
> This bug is also in orgmode 6.3.7, so likely has been there for a
> long time.
>
> Thanks for looking into this.

I cannot look into this right now, but I confirm the bug still exists
in master.

Thanks for reporting it.



reply via email to

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