Browse Source

Pass prefix argument to "I" in agenda through to org-clock-in.

Carsten Dominik 17 years ago
parent
commit
fb4684e51b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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."