瀏覽代碼

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