1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-22 07:09:47 +00:00

Magnus Henoch writes:

>  I just discovered that org-clock-in displays the clocked-in task
>  in the mode line, so that I can click it and go back to the Org
>  file, which I really like.  I changed it to switch to the window
>  in which I click, by prepending "@" to the interactive spec of
>  org-clock-goto.
This commit is contained in:
Carsten Dominik 2009-06-19 14:03:34 +02:00
parent 4f0bbb66d0
commit 7c3aba2d3a

View File

@ -781,7 +781,7 @@ If there is no running clock, throw an error, unless FAIL-QUIETLY is set."
(defun org-clock-goto (&optional select)
"Go to the currently clocked-in entry, or to the most recently clocked one.
With prefix arg SELECT, offer recently clocked tasks for selection."
(interactive "P")
(interactive "@P")
(let* ((recent nil)
(m (cond
(select