summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-06-19 14:03:34 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2009-06-19 14:03:34 +0200
commit7c3aba2d3add9626fd0b88369ceb52a564bd66e0 (patch)
tree75aa65ac103ce1a0e9bd0e10c837973f51fbb891
parent4f0bbb66d0cea141ecb0db6b47cae9de9c927aa5 (diff)
downloadorg-mode-7c3aba2d3add9626fd0b88369ceb52a564bd66e0.tar.gz
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.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 2df3254..780ad3f 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -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