From 0f33e18983f5e73b526eb16e931a29ee632f7ac0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 12 Aug 2010 10:27:05 +0200 Subject: [PATCH] org-agenda-clock-goto: complete the docstring. --- lisp/org-agenda.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 3f7260928..e284a37b2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7143,7 +7143,9 @@ The cursor may be at a date in the calendar, or in the Org agenda." (org-clock-cancel))) (defun org-agenda-clock-goto () - "Jump to the currently clocked in task within the agenda." + "Jump to the currently clocked in task within the agenda. +If the currently clocked in task is not listed in the agenda +buffer, display it in another window." (interactive) (let (pos) (mapc (lambda (o)