瀏覽代碼

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

Carsten Dominik 17 年之前
父節點
當前提交
fb4684e51b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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."