Преглед изворни кода

Center currently clocked headline close to top of screen

* lisp/org-clock.el (org-clock-goto): Recenter to thrd line

Patch modified from proposal by Sebastien Vauban.
Carsten Dominik пре 11 година
родитељ
комит
4b749075f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
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"))