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