You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you press dd, p, or P and a todo is inserted or removed, the parent statistics cookie is not updated.
I was able to fix dd, but p and P cause an extra undoable action to be created. So pressing u after p moves the cursor up one line and resets the parent statistics cookie, pressing u again removes the line. Correct behavior would be pressing u once undoes both actions. This is not an issue if I modify evil-commands.el directly, so presumably it is to do with evil-with-undo there.
When you press
dd
,p
, orP
and a todo is inserted or removed, the parent statistics cookie is not updated.I was able to fix
dd
, butp
andP
cause an extra undoable action to be created. So pressingu
afterp
moves the cursor up one line and resets the parent statistics cookie, pressingu
again removes the line. Correct behavior would be pressingu
once undoes both actions. This is not an issue if I modify evil-commands.el directly, so presumably it is to do withevil-with-undo
there.master...zaz:evil-org-mode:update-statistics-cookies
The text was updated successfully, but these errors were encountered: