diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 15e051377..62035a569 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -897,7 +897,6 @@ When COLUMNS-FMT-STRING is non-nil, use it as the column format." (setq truncate-lines t)) (dolist (entry cache) (goto-char (car entry)) - (move-marker (car entry) nil) (org-columns--display-here (cdr entry))))))))) (defun org-columns-new (&optional spec &rest attributes)