浏览代码

Reveal after goto

Occasionally when jumping to the last task we end up inside
a folded region.  This just reveals the headline to make
editing easier.
Bernt Hansen 15 年之前
父节点
当前提交
c7bc245ef5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-clock.el

+ 1 - 0
lisp/org-clock.el

@@ -1305,6 +1305,7 @@ With prefix arg SELECT, offer recently clocked tasks for selection."
     (org-back-to-heading t)
     (org-cycle-hide-drawers 'children)
     (recenter)
+    (org-reveal)
     (if recent
 	(message "No running clock, this is the most recently clocked task"))
     (run-hooks 'org-clock-goto-hook)))