Bernt Hansen <[EMAIL PROTECTED]> writes: > I'd love a function I could bind to a single key press to do this. > > I know org-clock-marker points at the current location I want to get to > - I just don't know how to use it to get there and reveal the location > the same as if I used the above procedure from the agenda.
Something like this? (defun org-goto-clocked-in-entry () "Go to the currently clocked-in entry." (interactive) (goto-char org-clock-marker) (org-show-entry) (org-back-to-heading)) -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode