diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 656fb4c15..524dbf18e 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1691,7 +1691,7 @@ With prefix arg SELECT, offer recently clocked tasks for selection." (org-show-entry) (org-back-to-heading t) (org-cycle-hide-drawers 'children) - (recenter) + (recenter 2) (org-reveal) (if recent (message "No running clock, this is the most recently clocked task"))