Jonathan Reeve <jonat...@jonreeve.com> writes: > I will often use org-agenda-todo-yesterday to log habits that I did > yesterday. It works fine for changing the todo state and logging it as > yesterday’s, but the :LAST_REPEAT: property it has, since it’s a habit, is > set to today, rather than yesterday. > > This means that, for example, I can have a habit that’s set to repeat every > day, and run org-agenda-todo-yesterday in Agenda view, which will change the > state of a habit to “DONE” for yesterday, but when I reload the buffer, the > item disappears, because it thinks it’s already been done for that day. But I > want to log it as done for yesterday, and then log it again as done for today.
Thanks! Fixed on main via 0495961f3. Best, Ihor