diff --git a/lisp/org.el b/lisp/org.el index 40a100fd4..6de5e6369 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9905,6 +9905,7 @@ statistics everywhere." (max 1 cnt-all))) (format "[%d/%d]" cnt-done cnt-all)) ndel (- (match-end 0) checkbox-beg)) + (goto-char (match-end 0)) (unless (string-equal new (buffer-substring checkbox-beg (match-end 0))) (goto-char checkbox-beg) (insert new)