On 2025-12-19 02:04, Milan Glacier wrote:
> I often face this scenario: I completed a recurring TODO task (e.g.,
> with a `+1w` repeater) a few days ago, but I forgot to mark it as
> DONE at that time.
> --8<--
> I believe this “retroactive completion” is a fairly common use case.
> --8<--
>  1. Do others find this feature useful?

It’s pretty common in my workflow too, I would find this useful.  I
use the 'org-agenda-todo-yesterday' command a lot (especially for
habits).

  (with-eval-after-load 'org-agenda
    (bind-key "y" #'org-agenda-todo-yesterday org-agenda-mode-map))
  (with-eval-after-load 'org-keys
    (add-to-list 'org-speed-commands '("y" org-todo-yesterday "DONE")))

If there were something similar that took a prefix or a prompt to
shift the date further, I’d use it too.

Best,

-- 
Jacob S. Gordon
[email protected]
Please avoid sending me HTML emails and MS Office documents.
https://useplaintext.email/#etiquette

Reply via email to