2023-06-26 Stephen Berman Ensure correct relocation of moved todo-mode done items * todo-mode.el (todo-move-item): Don't use todo-forward-item when moving done items, to avoid mislocation if done items sections of the the target category was empty before moving. (todo-forward-item): Remove commented out code meant to have the effect of the above change in todo-move-item, but it did not work.