summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-04-25 16:06:23 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2008-04-25 16:06:23 +0200
commitfb4684e51b3249f3127ab7f5bf9b1da2de70c950 (patch)
tree456957ff3c9e76d9d6458b7c850b3740c69734f8
parent0082c0c129cd4a83e53668ec24a2dcd909b5e7ea (diff)
downloadorg-mode-fb4684e51b3249f3127ab7f5bf9b1da2de70c950.tar.gz
Pass prefix argument to "I" in agenda through to org-clock-in.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index c368857..f20bf2d 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4902,7 +4902,7 @@ be used to request time specification in the time stamp."
(with-current-buffer (marker-buffer marker)
(widen)
(goto-char pos)
- (org-clock-in)))))
+ (org-clock-in arg)))))
(defun org-agenda-clock-out (&optional arg)
"Stop the currently running clock."