|
@@ -4902,7 +4902,7 @@ be used to request time specification in the time stamp."
|
|
(with-current-buffer (marker-buffer marker)
|
|
(with-current-buffer (marker-buffer marker)
|
|
(widen)
|
|
(widen)
|
|
(goto-char pos)
|
|
(goto-char pos)
|
|
- (org-clock-in)))))
|
|
|
|
|
|
+ (org-clock-in arg)))))
|
|
|
|
|
|
(defun org-agenda-clock-out (&optional arg)
|
|
(defun org-agenda-clock-out (&optional arg)
|
|
"Stop the currently running clock."
|
|
"Stop the currently running clock."
|