Expand file name in org-clock-sound before using it
[org-mode.git] / lisp / org-clock.el
blob67deb76a2abae6cf37aa7885d127edfafd34f4d4
1 ;;; org-clock.el --- The time clocking code for Org-mode
3 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
4 ;; Free Software Foundation, Inc.
6 ;; Author: Carsten Dominik <carsten at orgmode dot org>
7 ;; Keywords: outlines, hypermedia, calendar, wp
8 ;; Homepage: http://orgmode.org
9 ;; Version: 6.32trans
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
27 ;;; Commentary:
29 ;; This file contains the time clocking code for Org-mode
31 (require 'org)
32 (eval-when-compile
33 (require 'cl)
34 (require 'calendar))
36 (declare-function calendar-absolute-from-iso "cal-iso" (&optional date))
37 (defvar org-time-stamp-formats)
39 (defgroup org-clock nil
40 "Options concerning clocking working time in Org-mode."
41 :tag "Org Clock"
42 :group 'org-progress)
44 (defcustom org-clock-into-drawer org-log-into-drawer
45 "Should clocking info be wrapped into a drawer?
46 When t, clocking info will always be inserted into a :LOGBOOK: drawer.
47 If necessary, the drawer will be created.
48 When nil, the drawer will not be created, but used when present.
49 When an integer and the number of clocking entries in an item
50 reaches or exceeds this number, a drawer will be created.
51 When a string, it names the drawer to be used.
53 The default for this variable is the value of `org-log-into-drawer',
54 which see."
55 :group 'org-todo
56 :group 'org-clock
57 :type '(choice
58 (const :tag "Always" t)
59 (const :tag "Only when drawer exists" nil)
60 (integer :tag "When at least N clock entries")
61 (const :tag "Into LOGBOOK drawer" "LOGBOOK")
62 (string :tag "Into Drawer named...")))
64 (defcustom org-clock-out-when-done t
65 "When non-nil, clock will be stopped when the clocked entry is marked DONE.
66 A nil value means, clock will keep running until stopped explicitly with
67 `C-c C-x C-o', or until the clock is started in a different item."
68 :group 'org-clock
69 :type 'boolean)
71 (defcustom org-clock-out-remove-zero-time-clocks nil
72 "Non-nil means, remove the clock line when the resulting time is zero."
73 :group 'org-clock
74 :type 'boolean)
76 (defcustom org-clock-in-switch-to-state nil
77 "Set task to a special todo state while clocking it.
78 The value should be the state to which the entry should be
79 switched. If the value is a function, it must take one
80 parameter (the current TODO state of the item) and return the
81 state to switch it to."
82 :group 'org-clock
83 :group 'org-todo
84 :type '(choice
85 (const :tag "Don't force a state" nil)
86 (string :tag "State")
87 (symbol :tag "Function")))
89 (defcustom org-clock-out-switch-to-state nil
90 "Set task to a special todo state after clocking out.
91 The value should be the state to which the entry should be
92 switched. If the value is a function, it must take one
93 parameter (the current TODO state of the item) and return the
94 state to switch it to."
95 :group 'org-clock
96 :group 'org-todo
97 :type '(choice
98 (const :tag "Don't force a state" nil)
99 (string :tag "State")
100 (symbol :tag "Function")))
102 (defcustom org-clock-history-length 5
103 "Number of clock tasks to remember in history."
104 :group 'org-clock
105 :type 'integer)
107 (defcustom org-clock-goto-may-find-recent-task t
108 "Non-nil means, `org-clock-goto' can go to recent task if no active clock."
109 :group 'org-clock
110 :type 'boolean)
112 (defcustom org-clock-heading-function nil
113 "When non-nil, should be a function to create `org-clock-heading'.
114 This is the string shown in the mode line when a clock is running.
115 The function is called with point at the beginning of the headline."
116 :group 'org-clock
117 :type 'function)
119 (defcustom org-clock-string-limit 0
120 "Maximum length of clock strings in the modeline. 0 means no limit."
121 :group 'org-clock
122 :type 'integer)
124 (defcustom org-clock-in-resume nil
125 "If non-nil, resume clock when clocking into task with open clock.
126 When clocking into a task with a clock entry which has not been closed,
127 the clock can be resumed from that point."
128 :group 'org-clock
129 :type 'boolean)
131 (defcustom org-clock-persist nil
132 "When non-nil, save the running clock when emacs is closed.
133 The clock is resumed when emacs restarts.
134 When this is t, both the running clock, and the entire clock
135 history are saved. When this is the symbol `clock', only the
136 running clock is saved.
138 When Emacs restarts with saved clock information, the file containing the
139 running clock as well as all files mentioned in the clock history will
140 be visited.
141 All this depends on running `org-clock-persistence-insinuate' in .emacs"
142 :group 'org-clock
143 :type '(choice
144 (const :tag "Just the running clock" clock)
145 (const :tag "Just the history" history)
146 (const :tag "Clock and history" t)
147 (const :tag "No persistence" nil)))
149 (defcustom org-clock-persist-file (convert-standard-filename
150 "~/.emacs.d/org-clock-save.el")
151 "File to save clock data to."
152 :group 'org-clock
153 :type 'string)
155 (defcustom org-clock-persist-query-save nil
156 "When non-nil, ask before saving the current clock on exit."
157 :group 'org-clock
158 :type 'boolean)
160 (defcustom org-clock-persist-query-resume t
161 "When non-nil, ask before resuming any stored clock during load."
162 :group 'org-clock
163 :type 'boolean)
165 (defcustom org-clock-sound nil
166 "Sound that will used for notifications.
167 Possible values:
169 nil no sound played.
170 t standard Emacs beep
171 file name play this sound file. If not possible, fall back to beep"
172 :group 'org-clock
173 :type '(choice
174 (const :tag "No sound" nil)
175 (const :tag "Standard beep" t)
176 (file :tag "Play sound file")))
178 (defcustom org-clock-modeline-total 'auto
179 "Default setting for the time included for the modeline clock.
180 This can be overruled locally using the CLOCK_MODELINE_TOTAL property.
181 Allowed values are:
183 current Only the time in the current instance of the clock
184 today All time clocked inot this task today
185 repeat All time clocked into this task since last repeat
186 all All time ever recorded for this task
187 auto Automatically, either `all', or `repeat' for repeating tasks"
188 :group 'org-clock
189 :type '(choice
190 (const :tag "Current clock" current)
191 (const :tag "Today's task time" today)
192 (const :tag "Since last repeat" repeat)
193 (const :tag "All task time" all)
194 (const :tag "Automatically, `all' or since `repeat'" auto)))
196 (defcustom org-show-notification-handler nil
197 "Function or program to send notification with.
198 The function or program will be called with the notification
199 string as argument."
200 :group 'org-clock
201 :type '(choice
202 (string :tag "Program")
203 (function :tag "Function")))
205 (defcustom org-clock-clocktable-default-properties '(:maxlevel 2 :scope file)
206 "Default properties for new clocktables."
207 :group 'org-clock
208 :type 'plist)
210 (defcustom org-clock-idle-time nil
211 "When non-nil, resolve open clocks if the user is idle more than X minutes."
212 :group 'org-clock
213 :type '(choice
214 (const :tag "Never" nil)
215 (integer :tag "After N minutes")))
217 (defcustom org-clock-auto-clock-resolution 'when-no-clock-is-running
218 "When to automatically resolve open clocks found in Org buffers."
219 :group 'org-clock
220 :type '(choice
221 (const :tag "Never" nil)
222 (const :tag "Always" t)
223 (const :tag "When no clock is running" when-no-clock-is-running)))
225 (defvar org-clock-in-prepare-hook nil
226 "Hook run when preparing the clock.
227 This hook is run before anything happens to the task that
228 you want to clock in. For example, you can use this hook
229 to add an effort property.")
230 (defvar org-clock-in-hook nil
231 "Hook run when starting the clock.")
232 (defvar org-clock-out-hook nil
233 "Hook run when stopping the current clock.")
235 (defvar org-clock-cancel-hook nil
236 "Hook run when cancelling the current clock.")
237 (defvar org-clock-goto-hook nil
238 "Hook run when selecting the currently clocked-in entry.")
239 (defvar org-clock-has-been-used nil
240 "Has the clock been used during the current Emacs session?")
242 ;;; The clock for measuring work time.
244 (defvar org-mode-line-string "")
245 (put 'org-mode-line-string 'risky-local-variable t)
247 (defvar org-clock-mode-line-timer nil)
248 (defvar org-clock-idle-timer nil)
249 (defvar org-clock-heading "")
250 (defvar org-clock-heading-for-remember "")
251 (defvar org-clock-start-time "")
253 (defvar org-clock-left-over-time nil
254 "If non-nil, user cancelled a clock; this is when leftover time started.")
256 (defvar org-clock-effort ""
257 "Effort estimate of the currently clocking task")
259 (defvar org-clock-total-time nil
260 "Holds total time, spent previously on currently clocked item.
261 This does not include the time in the currently running clock.")
263 (defvar org-clock-history nil
264 "List of marker pointing to recent clocked tasks.")
266 (defvar org-clock-default-task (make-marker)
267 "Marker pointing to the default task that should clock time.
268 The clock can be made to switch to this task after clocking out
269 of a different task.")
271 (defvar org-clock-interrupted-task (make-marker)
272 "Marker pointing to the task that has been interrupted by the current clock.")
274 (defvar org-clock-mode-line-map (make-sparse-keymap))
275 (define-key org-clock-mode-line-map [mode-line mouse-2] 'org-clock-goto)
276 (define-key org-clock-mode-line-map [mode-line mouse-1] 'org-clock-menu)
278 (defun org-clock-menu ()
279 (interactive)
280 (popup-menu
281 '("Clock"
282 ["Clock out" org-clock-out t]
283 ["Change effort estimate" org-clock-modify-effort-estimate t]
284 ["Go to clock entry" org-clock-goto t]
285 ["Switch task" (lambda () (interactive) (org-clock-in '(4))) :active t :keys "C-u C-c C-x C-i"])))
287 (defun org-clock-history-push (&optional pos buffer)
288 "Push a marker to the clock history."
289 (setq org-clock-history-length (max 1 (min 35 org-clock-history-length)))
290 (let ((m (move-marker (make-marker) (or pos (point)) buffer)) n l)
291 (while (setq n (member m org-clock-history))
292 (move-marker (car n) nil))
293 (setq org-clock-history
294 (delq nil
295 (mapcar (lambda (x) (if (marker-buffer x) x nil))
296 org-clock-history)))
297 (when (>= (setq l (length org-clock-history)) org-clock-history-length)
298 (setq org-clock-history
299 (nreverse
300 (nthcdr (- l org-clock-history-length -1)
301 (nreverse org-clock-history)))))
302 (push m org-clock-history)))
304 (defun org-clock-save-markers-for-cut-and-paste (beg end)
305 "Save relative positions of markers in region."
306 (org-check-and-save-marker org-clock-marker beg end)
307 (org-check-and-save-marker org-clock-hd-marker beg end)
308 (org-check-and-save-marker org-clock-default-task beg end)
309 (org-check-and-save-marker org-clock-interrupted-task beg end)
310 (mapc (lambda (m) (org-check-and-save-marker m beg end))
311 org-clock-history))
313 (defun org-clock-select-task (&optional prompt)
314 "Select a task that recently was associated with clocking."
315 (interactive)
316 (let (sel-list rpl (i 0) s)
317 (save-window-excursion
318 (org-switch-to-buffer-other-window
319 (get-buffer-create "*Clock Task Select*"))
320 (erase-buffer)
321 (when (marker-buffer org-clock-default-task)
322 (insert (org-add-props "Default Task\n" nil 'face 'bold))
323 (setq s (org-clock-insert-selection-line ?d org-clock-default-task))
324 (push s sel-list))
325 (when (marker-buffer org-clock-interrupted-task)
326 (insert (org-add-props "The task interrupted by starting the last one\n" nil 'face 'bold))
327 (setq s (org-clock-insert-selection-line ?i org-clock-interrupted-task))
328 (push s sel-list))
329 (when (marker-buffer org-clock-marker)
330 (insert (org-add-props "Current Clocking Task\n" nil 'face 'bold))
331 (setq s (org-clock-insert-selection-line ?c org-clock-marker))
332 (push s sel-list))
333 (insert (org-add-props "Recent Tasks\n" nil 'face 'bold))
334 (mapc
335 (lambda (m)
336 (when (marker-buffer m)
337 (setq i (1+ i)
338 s (org-clock-insert-selection-line
339 (if (< i 10)
340 (+ i ?0)
341 (+ i (- ?A 10))) m))
342 (push s sel-list)))
343 org-clock-history)
344 (org-fit-window-to-buffer)
345 (message (or prompt "Select task for clocking:"))
346 (setq rpl (read-char-exclusive))
347 (cond
348 ((eq rpl ?q) nil)
349 ((eq rpl ?x) nil)
350 ((assoc rpl sel-list) (cdr (assoc rpl sel-list)))
351 (t (error "Invalid task choice %c" rpl))))))
353 (defun org-clock-insert-selection-line (i marker)
354 "Insert a line for the clock selection menu.
355 And return a cons cell with the selection character integer and the marker
356 pointing to it."
357 (when (marker-buffer marker)
358 (let (file cat task heading prefix)
359 (with-current-buffer (org-base-buffer (marker-buffer marker))
360 (save-excursion
361 (save-restriction
362 (widen)
363 (goto-char marker)
364 (setq file (buffer-file-name (marker-buffer marker))
365 cat (or (org-get-category)
366 (progn (org-refresh-category-properties)
367 (org-get-category)))
368 heading (org-get-heading 'notags)
369 prefix (save-excursion
370 (org-back-to-heading t)
371 (looking-at "\\*+ ")
372 (match-string 0))
373 task (substring
374 (org-fontify-like-in-org-mode
375 (concat prefix heading)
376 org-odd-levels-only)
377 (length prefix))))))
378 (when (and cat task)
379 (insert (format "[%c] %-15s %s\n" i cat task))
380 (cons i marker)))))
382 (defun org-clock-get-clock-string ()
383 "Form a clock-string, that will be show in the mode line.
384 If an effort estimate was defined for current item, use
385 01:30/01:50 format (clocked/estimated).
386 If not, show simply the clocked time like 01:50."
387 (let* ((clocked-time (org-clock-get-clocked-time))
388 (h (floor clocked-time 60))
389 (m (- clocked-time (* 60 h))))
390 (if (and org-clock-effort)
391 (let* ((effort-in-minutes (org-hh:mm-string-to-minutes org-clock-effort))
392 (effort-h (floor effort-in-minutes 60))
393 (effort-m (- effort-in-minutes (* effort-h 60))))
394 (format (concat "-[" org-time-clocksum-format "/" org-time-clocksum-format " (%s)]")
395 h m effort-h effort-m org-clock-heading))
396 (format (concat "-[" org-time-clocksum-format " (%s)]")
397 h m org-clock-heading))))
399 (defun org-clock-update-mode-line ()
400 (setq org-mode-line-string
401 (org-propertize
402 (let ((clock-string (org-clock-get-clock-string))
403 (help-text "Org-mode clock is running.\nmouse-1 shows a menu\nmouse-2 will jump to task"))
404 (if (and (> org-clock-string-limit 0)
405 (> (length clock-string) org-clock-string-limit))
406 (org-propertize (substring clock-string 0 org-clock-string-limit)
407 'help-echo (concat help-text ": " org-clock-heading))
408 (org-propertize clock-string 'help-echo help-text)))
409 'local-map org-clock-mode-line-map
410 'mouse-face (if (featurep 'xemacs) 'highlight 'mode-line-highlight)
411 'face 'org-mode-line-clock))
412 (if org-clock-effort (org-clock-notify-once-if-expired))
413 (force-mode-line-update))
415 (defun org-clock-get-clocked-time ()
416 "Get the clocked time for the current item in minutes.
417 The time returned includes the time spent on this task in
418 previous clocking intervals."
419 (let ((currently-clocked-time
420 (floor (- (org-float-time)
421 (org-float-time org-clock-start-time)) 60)))
422 (+ currently-clocked-time (or org-clock-total-time 0))))
424 (defun org-clock-modify-effort-estimate (&optional value)
425 "Add to or set the effort estimate of the item currently being clocked.
426 VALUE can be a number of minutes, or a string with forat hh:mm or mm.
427 WHen the strig starts with a + or a - sign, the current value of the effort
428 property will be changed by that amount.
429 This will update the \"Effort\" property of currently clocked item, and
430 the mode line."
431 (interactive)
432 (when (org-clock-is-active)
433 (let ((current org-clock-effort) sign)
434 (unless value
435 ;; Prompt user for a value or a change
436 (setq value
437 (read-string
438 (format "Set effort (hh:mm or mm%s): "
439 (if current
440 (format ", prefix + to add to %s" org-clock-effort)
441 "")))))
442 (when (stringp value)
443 ;; A string. See if it is a delta
444 (setq sign (string-to-char value))
445 (if (member sign '(?- ?+))
446 (setq current (org-hh:mm-string-to-minutes (substring current 1)))
447 (setq current 0))
448 (setq value (org-hh:mm-string-to-minutes value))
449 (if (equal ?- sign)
450 (setq value (- current value))
451 (if (equal ?+ sign) (setq value (+ current value)))))
452 (setq value (max 0 value)
453 org-clock-effort (org-minutes-to-hh:mm-string value))
454 (org-entry-put org-clock-marker "Effort" org-clock-effort)
455 (org-clock-update-mode-line)
456 (message "Effort is now %s" org-clock-effort))))
458 (defvar org-clock-notification-was-shown nil
459 "Shows if we have shown notification already.")
461 (defun org-clock-notify-once-if-expired ()
462 "Show notification if we spent more time than we estimated before.
463 Notification is shown only once."
464 (when (marker-buffer org-clock-marker)
465 (let ((effort-in-minutes (org-hh:mm-string-to-minutes org-clock-effort))
466 (clocked-time (org-clock-get-clocked-time)))
467 (if (>= clocked-time effort-in-minutes)
468 (unless org-clock-notification-was-shown
469 (setq org-clock-notification-was-shown t)
470 (org-notify
471 (format "Task '%s' should be finished by now. (%s)"
472 org-clock-heading org-clock-effort) t))
473 (setq org-clock-notification-was-shown nil)))))
475 (defun org-notify (notification &optional play-sound)
476 "Send a NOTIFICATION and maybe PLAY-SOUND."
477 (org-show-notification notification)
478 (if play-sound (org-clock-play-sound)))
480 (defun org-show-notification (notification)
481 "Show notification.
482 Use `org-show-notification-handler' if defined,
483 use libnotify if available, or fall back on a message."
484 (cond ((functionp org-show-notification-handler)
485 (funcall org-show-notification-handler notification))
486 ((stringp org-show-notification-handler)
487 (start-process "emacs-timer-notification" nil
488 org-show-notification-handler notification))
489 ((org-program-exists "notify-send")
490 (start-process "emacs-timer-notification" nil
491 "notify-send" notification))
492 ;; Maybe the handler will send a message, so only use message as
493 ;; a fall back option
494 (t (message notification))))
496 (defun org-clock-play-sound ()
497 "Play sound as configured by `org-clock-sound'.
498 Use alsa's aplay tool if available."
499 (cond
500 ((not org-clock-sound))
501 ((eq org-clock-sound t) (beep t) (beep t))
502 ((stringp org-clock-sound)
503 (let ((file (expand-file-name org-clock-sound)))
504 (if (file-exists-p file)
505 (if (org-program-exists "aplay")
506 (start-process "org-clock-play-notification" nil
507 "aplay" file)
508 (condition-case nil
509 (play-sound-file file)
510 (error (beep t) (beep t)))))))))
512 (defun org-program-exists (program-name)
513 "Checks whenever we can locate program and launch it."
514 (if (eq system-type 'gnu/linux)
515 (= 0 (call-process "which" nil nil nil program-name))))
517 (defvar org-clock-mode-line-entry nil
518 "Information for the modeline about the running clock.")
520 (defun org-find-open-clocks (file)
521 "Search through the given file and find all open clocks."
522 (let ((buf (or (get-file-buffer file)
523 (find-file-noselect file)))
524 clocks)
525 (with-current-buffer buf
526 (save-excursion
527 (goto-char (point-min))
528 (while (re-search-forward "CLOCK: \\(\\[.*?\\]\\)$" nil t)
529 (push (cons (copy-marker (1- (match-end 1)) t)
530 (org-time-string-to-time (match-string 1))) clocks))))
531 clocks))
533 (defsubst org-is-active-clock (clock)
534 "Return t if CLOCK is the currently active clock."
535 (and (org-clock-is-active)
536 (= org-clock-marker (car clock))))
538 (defmacro org-with-clock-position (clock &rest forms)
539 "Evaluate FORMS with CLOCK as the current active clock."
540 `(with-current-buffer (marker-buffer (car ,clock))
541 (save-excursion
542 (save-restriction
543 (widen)
544 (goto-char (car ,clock))
545 (beginning-of-line)
546 ,@forms))))
548 (put 'org-with-clock-position 'lisp-indent-function 1)
550 (defmacro org-with-clock (clock &rest forms)
551 "Evaluate FORMS with CLOCK as the current active clock.
552 This macro also protects the current active clock from being altered."
553 `(org-with-clock-position ,clock
554 (let ((org-clock-start-time (cdr ,clock))
555 (org-clock-total-time)
556 (org-clock-history)
557 (org-clock-effort)
558 (org-clock-marker (car ,clock))
559 (org-clock-hd-marker (save-excursion
560 (outline-back-to-heading t)
561 (point-marker))))
562 ,@forms)))
564 (put 'org-with-clock 'lisp-indent-function 1)
566 (defsubst org-clock-clock-in (clock &optional resume)
567 "Clock in to the clock located by CLOCK.
568 If necessary, clock-out of the currently active clock."
569 (org-with-clock-position clock
570 (let ((org-clock-in-resume (or resume org-clock-in-resume)))
571 (org-clock-in))))
573 (defsubst org-clock-clock-out (clock &optional fail-quietly at-time)
574 "Clock out of the clock located by CLOCK."
575 (let ((temp (copy-marker (car clock)
576 (marker-insertion-type (car clock)))))
577 (if (org-is-active-clock clock)
578 (org-clock-out fail-quietly at-time)
579 (org-with-clock clock
580 (org-clock-out fail-quietly at-time)))
581 (setcar clock temp)))
583 (defsubst org-clock-clock-cancel (clock)
584 "Cancel the clock located by CLOCK."
585 (let ((temp (copy-marker (car clock)
586 (marker-insertion-type (car clock)))))
587 (if (org-is-active-clock clock)
588 (org-clock-cancel)
589 (org-with-clock clock
590 (org-clock-cancel)))
591 (setcar clock temp)))
593 (defvar org-clock-clocking-in nil)
594 (defvar org-clock-resolving-clocks nil)
595 (defvar org-clock-resolving-clocks-due-to-idleness nil)
597 (defun org-clock-resolve-clock (clock resolve-to &optional close-p
598 restart-p fail-quietly)
599 "Resolve `CLOCK' given the time `RESOLVE-TO', and the present.
600 `CLOCK' is a cons cell of the form (MARKER START-TIME).
601 This routine can do one of many things:
603 if `RESOLVE-TO' is nil
604 if `CLOSE-P' is non-nil, give an error
605 if this clock is the active clock, cancel it
606 else delete the clock line (as if it never happened)
607 if `RESTART-P' is non-nil, start a new clock
609 else if `RESOLVE-TO' is the symbol `now'
610 if `RESTART-P' is non-nil, give an error
611 if `CLOSE-P' is non-nil, clock out the entry and
612 if this clock is the active clock, stop it
613 else if this clock is the active clock, do nothing
614 else if there is no active clock, resume this clock
615 else ask to cancel the active clock, and if so,
616 resume this clock after cancelling it
618 else if `RESOLVE-TO' is some date in the future
619 give an error about `RESOLVE-TO' being invalid
621 else if `RESOLVE-TO' is some date in the past
622 if `RESTART-P' is non-nil, give an error
623 if `CLOSE-P' is non-nil, enter a closing time and
624 if this clock is the active clock, stop it
625 else if this clock is the active clock, enter a
626 closing time, stop the current clock, then
627 start a new clock for the same item
628 else just enter a closing time for this clock
629 and then start a new clock for the same item"
630 (let ((org-clock-resolving-clocks t))
631 (cond
632 ((null resolve-to)
633 (org-clock-clock-cancel clock)
634 (if (and restart-p (not org-clock-clocking-in))
635 (org-clock-clock-in clock)))
637 ((eq resolve-to 'now)
638 (if restart-p
639 (error "RESTART-P is not valid here"))
640 (if (or close-p org-clock-clocking-in)
641 (org-clock-clock-out clock fail-quietly)
642 (unless (org-is-active-clock clock)
643 (org-clock-clock-in clock t))))
645 ((not (time-less-p resolve-to (current-time)))
646 (error "RESOLVE-TO must refer to a time in the past"))
649 (if restart-p
650 (error "RESTART-P is not valid here"))
651 (org-clock-clock-out clock fail-quietly resolve-to)
652 (unless org-clock-clocking-in
653 (if close-p
654 (setq org-clock-left-over-time resolve-to)
655 (org-clock-clock-in clock)))))))
657 (defun org-clock-resolve (clock &optional prompt-fn last-valid fail-quietly)
658 "Resolve an open org-mode clock.
659 An open clock was found, with `dangling' possibly being non-nil.
660 If this function was invoked with a prefix argument, non-dangling
661 open clocks are ignored. The given clock requires some sort of
662 user intervention to resolve it, either because a clock was left
663 dangling or due to an idle timeout. The clock resolution can
664 either be:
666 (a) deleted, the user doesn't care about the clock
667 (b) restarted from the current time (if no other clock is open)
668 (c) closed, giving the clock X minutes
669 (d) closed and then restarted
670 (e) resumed, as if the user had never left
672 The format of clock is (CONS MARKER START-TIME), where MARKER
673 identifies the buffer and position the clock is open at (and
674 thus, the heading it's under), and START-TIME is when the clock
675 was started."
676 (assert clock)
677 (let* ((ch
678 (save-window-excursion
679 (save-excursion
680 (unless org-clock-resolving-clocks-due-to-idleness
681 (org-with-clock clock
682 (org-clock-goto))
683 (with-current-buffer (marker-buffer (car clock))
684 (goto-char (car clock))
685 (if org-clock-into-drawer
686 (ignore-errors
687 (outline-flag-region (save-excursion
688 (outline-back-to-heading t)
689 (search-forward ":LOGBOOK:")
690 (goto-char (match-beginning 0)))
691 (save-excursion
692 (outline-back-to-heading t)
693 (search-forward ":LOGBOOK:")
694 (search-forward ":END:")
695 (goto-char (match-end 0)))
696 nil)))))
697 (let (char-pressed)
698 (while (null char-pressed)
699 (setq char-pressed
700 (read-char (concat (funcall prompt-fn clock)
701 " [(kK)eep (sS)ubtract (C)ancel]? ")
702 nil 45)))
703 char-pressed))))
704 (default (floor (/ (org-float-time
705 (time-subtract (current-time) last-valid)) 60)))
706 (keep (and (memq ch '(?k ?K))
707 (read-number "Keep how many minutes? " default)))
708 (subtractp (memq ch '(?s ?S)))
709 (barely-started-p (< (- (org-float-time last-valid)
710 (org-float-time (cdr clock))) 45))
711 (start-over (and subtractp barely-started-p)))
712 (if (or (null ch)
713 (not (memq ch '(?k ?K ?s ?S ?C))))
714 (message "")
715 (org-clock-resolve-clock
716 clock (cond
717 ((or (eq ch ?C)
718 ;; If the time on the clock was less than a minute before
719 ;; the user went away, and they've ask to subtract all the
720 ;; time...
721 start-over)
722 nil)
723 (subtractp
724 last-valid)
725 ((= keep default)
726 'now)
728 (time-add last-valid (seconds-to-time (* 60 keep)))))
729 (memq ch '(?K ?S))
730 (and start-over
731 (not (memq ch '(?K ?S ?C))))
732 fail-quietly))))
734 (defun org-resolve-clocks (&optional also-non-dangling-p prompt-fn last-valid)
735 "Resolve all currently open org-mode clocks.
736 If `also-non-dangling-p' is non-nil, also ask to resolve
737 non-dangling (i.e., currently open and valid) clocks."
738 (interactive "P")
739 (unless org-clock-resolving-clocks
740 (let ((org-clock-resolving-clocks t))
741 (dolist (file (org-files-list))
742 (let ((clocks (org-find-open-clocks file)))
743 (dolist (clock clocks)
744 (let ((dangling (or (not (org-clock-is-active))
745 (/= (car clock) org-clock-marker))))
746 (unless (and (not dangling) (not also-non-dangling-p))
747 (org-clock-resolve
748 clock
749 (or prompt-fn
750 (function
751 (lambda (clock)
752 (format
753 "Dangling clock started %d mins ago"
754 (floor
755 (/ (- (org-float-time (current-time))
756 (org-float-time (cdr clock))) 60))))))
757 (or last-valid
758 (cdr clock)))))))))))
760 (defun org-emacs-idle-seconds ()
761 "Return the current Emacs idle time in seconds, or nil if not idle."
762 (let ((idle-time (current-idle-time)))
763 (if idle-time
764 (org-float-time idle-time)
765 0)))
767 (defun org-mac-idle-seconds ()
768 "Return the current Mac idle time in seconds"
769 (string-to-number (shell-command-to-string "ioreg -c IOHIDSystem | perl -ane 'if (/Idle/) {$idle=(pop @F)/1000000000; print $idle; last}'")))
771 (defun org-x11-idle-seconds ()
772 "Return the current X11 idle time in seconds"
773 (/ (string-to-number (shell-command-to-string "x11idle")) 1000))
775 (defun org-user-idle-seconds ()
776 "Return the number of seconds the user has been idle for.
777 This routine returns a floating point number."
778 (if (or (eq system-type 'darwin) (eq window-system 'x))
779 (let ((emacs-idle (org-emacs-idle-seconds)))
780 ;; If Emacs has been idle for longer than the user's
781 ;; `org-clock-idle-time' value, check whether the whole system has
782 ;; really been idle for that long.
783 (if (> emacs-idle (* 60 org-clock-idle-time))
784 (min emacs-idle (if (eq system-type 'darwin)
785 (org-mac-idle-seconds)
786 (org-x11-idle-seconds)))
787 emacs-idle))
788 (org-emacs-idle-seconds)))
790 (defvar org-clock-user-idle-seconds)
792 (defun org-resolve-clocks-if-idle ()
793 "Resolve all currently open org-mode clocks.
794 This is performed after `org-clock-idle-time' minutes, to check
795 if the user really wants to stay clocked in after being idle for
796 so long."
797 (when (and org-clock-idle-time (not org-clock-resolving-clocks)
798 org-clock-marker)
799 (let ((org-clock-user-idle-start (current-time))
800 (org-clock-user-idle-seconds (org-user-idle-seconds))
801 (org-clock-resolving-clocks-due-to-idleness t))
802 (if (> org-clock-user-idle-seconds (* 60 org-clock-idle-time))
803 (org-clock-resolve
804 (cons org-clock-marker
805 org-clock-start-time)
806 (function
807 (lambda (clock)
808 (format "Clocked in & idle for %d mins"
809 (/ (time-to-seconds
810 (time-subtract (current-time)
811 org-clock-user-idle-start)) 60))))
812 (time-subtract (current-time)
813 (seconds-to-time org-clock-user-idle-seconds)))))))
815 (defun org-clock-in (&optional select)
816 "Start the clock on the current item.
817 If necessary, clock-out of the currently active clock.
818 With prefix arg SELECT, offer a list of recently clocked tasks to
819 clock into. When SELECT is `C-u C-u', clock into the current task and mark
820 is as the default task, a special task that will always be offered in
821 the clocking selection, associated with the letter `d'."
822 (interactive "P")
823 (setq org-clock-notification-was-shown nil)
824 (catch 'abort
825 (let ((interrupting (and (not org-clock-resolving-clocks-due-to-idleness)
826 (marker-buffer org-clock-marker)))
827 ts selected-task target-pos (msg-extra "")
828 (left-over (and (not org-clock-resolving-clocks)
829 org-clock-left-over-time)))
830 (when (and org-clock-auto-clock-resolution
831 (or (not interrupting)
832 (eq t org-clock-auto-clock-resolution))
833 (not org-clock-clocking-in)
834 (not org-clock-resolving-clocks))
835 (setq org-clock-left-over-time nil)
836 (let ((org-clock-clocking-in t))
837 (org-resolve-clocks))) ; check if any clocks are dangling
838 (when (equal select '(4))
839 (setq selected-task (org-clock-select-task "Clock-in on task: "))
840 (if selected-task
841 (setq selected-task (copy-marker selected-task))
842 (error "Abort")))
843 (when interrupting
844 ;; We are interrupting the clocking of a different task.
845 ;; Save a marker to this task, so that we can go back.
846 (move-marker org-clock-interrupted-task
847 (marker-position org-clock-marker)
848 (marker-buffer org-clock-marker))
849 (org-clock-out t))
851 (when (equal select '(16))
852 ;; Mark as default clocking task
853 (org-clock-mark-default-task))
855 ;; Clock in at which position?
856 (setq target-pos
857 (if (and (eobp) (not (org-on-heading-p)))
858 (point-at-bol 0)
859 (point)))
860 (run-hooks 'org-clock-in-prepare-hook)
861 (save-excursion
862 (when (and selected-task (marker-buffer selected-task))
863 ;; There is a selected task, move to the correct buffer
864 ;; and set the new target position.
865 (set-buffer (org-base-buffer (marker-buffer selected-task)))
866 (setq target-pos (marker-position selected-task))
867 (move-marker selected-task nil))
868 (save-excursion
869 (save-restriction
870 (widen)
871 (goto-char target-pos)
872 (org-back-to-heading t)
873 (or interrupting (move-marker org-clock-interrupted-task nil))
874 (org-clock-history-push)
875 (cond ((functionp org-clock-in-switch-to-state)
876 (looking-at org-complex-heading-regexp)
877 (let ((newstate (funcall org-clock-in-switch-to-state
878 (match-string 2))))
879 (if newstate (org-todo newstate))))
880 ((and org-clock-in-switch-to-state
881 (not (looking-at (concat outline-regexp "[ \t]*"
882 org-clock-in-switch-to-state
883 "\\>"))))
884 (org-todo org-clock-in-switch-to-state)))
885 (setq org-clock-heading-for-remember
886 (and (looking-at org-complex-heading-regexp)
887 (match-end 4)
888 (org-trim (buffer-substring (match-end 1)
889 (match-end 4)))))
890 (setq org-clock-heading
891 (cond ((and org-clock-heading-function
892 (functionp org-clock-heading-function))
893 (funcall org-clock-heading-function))
894 ((looking-at org-complex-heading-regexp)
895 (match-string 4))
896 (t "???")))
897 (setq org-clock-heading (org-propertize org-clock-heading
898 'face nil))
899 (org-clock-find-position org-clock-in-resume)
900 (cond
901 ((and org-clock-in-resume
902 (looking-at
903 (concat "^[ \t]* " org-clock-string
904 " \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
905 " +\\sw+\.? +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
906 (message "Matched %s" (match-string 1))
907 (setq ts (concat "[" (match-string 1) "]"))
908 (goto-char (match-end 1))
909 (setq org-clock-start-time
910 (apply 'encode-time
911 (org-parse-time-string (match-string 1))))
912 (setq org-clock-effort (org-get-effort))
913 (setq org-clock-total-time (org-clock-sum-current-item
914 (org-clock-get-sum-start))))
915 ((eq org-clock-in-resume 'auto-restart)
916 ;; called from org-clock-load during startup,
917 ;; do not interrupt, but warn!
918 (message "Cannot restart clock because task does not contain unfinished clock")
919 (ding)
920 (sit-for 2)
921 (throw 'abort nil))
923 (insert-before-markers "\n")
924 (backward-char 1)
925 (org-indent-line-function)
926 (when (and (save-excursion
927 (end-of-line 0)
928 (org-in-item-p)))
929 (beginning-of-line 1)
930 (org-indent-line-to (- (org-get-indentation) 2)))
931 (insert org-clock-string " ")
932 (setq org-clock-effort (org-get-effort))
933 (setq org-clock-total-time (org-clock-sum-current-item
934 (org-clock-get-sum-start)))
935 (setq org-clock-start-time
936 (or (and left-over
937 (y-or-n-p
938 (format
939 "You stopped another clock %d mins ago; start this one from then? "
940 (/ (- (org-float-time (current-time))
941 (org-float-time left-over)) 60)))
942 left-over)
943 (current-time)))
944 (setq ts (org-insert-time-stamp org-clock-start-time
945 'with-hm 'inactive))))
946 (move-marker org-clock-marker (point) (buffer-base-buffer))
947 (move-marker org-clock-hd-marker
948 (save-excursion (org-back-to-heading t) (point))
949 (buffer-base-buffer))
950 (setq org-clock-has-been-used t)
951 (or global-mode-string (setq global-mode-string '("")))
952 (or (memq 'org-mode-line-string global-mode-string)
953 (setq global-mode-string
954 (append global-mode-string '(org-mode-line-string))))
955 (org-clock-update-mode-line)
956 (when org-clock-mode-line-timer
957 (cancel-timer org-clock-mode-line-timer)
958 (setq org-clock-mode-line-timer nil))
959 (setq org-clock-mode-line-timer
960 (run-with-timer 60 60 'org-clock-update-mode-line))
961 (when org-clock-idle-timer
962 (cancel-timer org-clock-idle-timer)
963 (setq org-clock-idle-timer nil))
964 (setq org-clock-idle-timer
965 (run-with-timer 60 60 'org-resolve-clocks-if-idle))
966 (message "Clock starts at %s - %s" ts msg-extra)
967 (run-hooks 'org-clock-in-hook)))))))
969 (defun org-clock-mark-default-task ()
970 "Mark current task as default task."
971 (interactive)
972 (save-excursion
973 (org-back-to-heading t)
974 (move-marker org-clock-default-task (point))))
976 (defvar msg-extra)
977 (defun org-clock-get-sum-start ()
978 "Return the time from which clock times should be counted.
979 This is for the currently running clock as it is displayed
980 in the mode line. This function looks at the properties
981 LAST_REPEAT and in particular CLOCK_MODELINE_TOTAL and the
982 corresponding variable `org-clock-modeline-total' and then
983 decides which time to use."
984 (let ((cmt (or (org-entry-get nil "CLOCK_MODELINE_TOTAL")
985 (symbol-name org-clock-modeline-total)))
986 (lr (org-entry-get nil "LAST_REPEAT")))
987 (cond
988 ((equal cmt "current")
989 (setq msg-extra "showing time in current clock instance")
990 (current-time))
991 ((equal cmt "today")
992 (setq msg-extra "showing today's task time.")
993 (let* ((dt (decode-time (current-time))))
994 (setq dt (append (list 0 0 0) (nthcdr 3 dt)))
995 (if org-extend-today-until
996 (setf (nth 2 dt) org-extend-today-until))
997 (apply 'encode-time dt)))
998 ((or (equal cmt "all")
999 (and (or (not cmt) (equal cmt "auto"))
1000 (not lr)))
1001 (setq msg-extra "showing entire task time.")
1002 nil)
1003 ((or (equal cmt "repeat")
1004 (and (or (not cmt) (equal cmt "auto"))
1005 lr))
1006 (setq msg-extra "showing task time since last repeat.")
1007 (if (not lr)
1009 (org-time-string-to-time lr)))
1010 (t nil))))
1012 (defun org-clock-find-position (find-unclosed)
1013 "Find the location where the next clock line should be inserted.
1014 When FIND-UNCLOSED is non-nil, first check if there is an unclosed clock
1015 line and position cursor in that line."
1016 (org-back-to-heading t)
1017 (catch 'exit
1018 (let ((beg (save-excursion
1019 (beginning-of-line 2)
1020 (or (bolp) (newline))
1021 (point)))
1022 (end (progn (outline-next-heading) (point)))
1023 (re (concat "^[ \t]*" org-clock-string))
1024 (cnt 0)
1025 (drawer (if (stringp org-clock-into-drawer)
1026 org-clock-into-drawer "LOGBOOK"))
1027 first last ind-last)
1028 (goto-char beg)
1029 (when (and find-unclosed
1030 (re-search-forward
1031 (concat "^[ \t]* " org-clock-string
1032 " \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
1033 " +\\sw+ +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")
1034 end t))
1035 (beginning-of-line 1)
1036 (throw 'exit t))
1037 (when (eobp) (newline) (setq end (max (point) end)))
1038 (when (re-search-forward (concat "^[ \t]*:" drawer ":") end t)
1039 ;; we seem to have a CLOCK drawer, so go there.
1040 (beginning-of-line 2)
1041 (or org-log-states-order-reversed
1042 (and (re-search-forward org-property-end-re nil t)
1043 (goto-char (match-beginning 0))))
1044 (throw 'exit t))
1045 ;; Lets count the CLOCK lines
1046 (goto-char beg)
1047 (while (re-search-forward re end t)
1048 (setq first (or first (match-beginning 0))
1049 last (match-beginning 0)
1050 cnt (1+ cnt)))
1051 (when (and (integerp org-clock-into-drawer)
1052 last
1053 (>= (1+ cnt) org-clock-into-drawer))
1054 ;; Wrap current entries into a new drawer
1055 (goto-char last)
1056 (setq ind-last (org-get-indentation))
1057 (beginning-of-line 2)
1058 (if (and (>= (org-get-indentation) ind-last)
1059 (org-at-item-p))
1060 (org-end-of-item))
1061 (insert ":END:\n")
1062 (beginning-of-line 0)
1063 (org-indent-line-to ind-last)
1064 (goto-char first)
1065 (insert ":" drawer ":\n")
1066 (beginning-of-line 0)
1067 (org-indent-line-function)
1068 (org-flag-drawer t)
1069 (beginning-of-line 2)
1070 (or org-log-states-order-reversed
1071 (and (re-search-forward org-property-end-re nil t)
1072 (goto-char (match-beginning 0))))
1073 (throw 'exit nil))
1075 (goto-char beg)
1076 (while (and (looking-at (concat "[ \t]*" org-keyword-time-regexp))
1077 (not (equal (match-string 1) org-clock-string)))
1078 ;; Planning info, skip to after it
1079 (beginning-of-line 2)
1080 (or (bolp) (newline)))
1081 (when (or (eq org-clock-into-drawer t)
1082 (stringp org-clock-into-drawer)
1083 (and (integerp org-clock-into-drawer)
1084 (< org-clock-into-drawer 2)))
1085 (insert ":" drawer ":\n:END:\n")
1086 (beginning-of-line -1)
1087 (org-indent-line-function)
1088 (org-flag-drawer t)
1089 (beginning-of-line 2)
1090 (org-indent-line-function)
1091 (beginning-of-line)
1092 (or org-log-states-order-reversed
1093 (and (re-search-forward org-property-end-re nil t)
1094 (goto-char (match-beginning 0))))))))
1096 (defun org-clock-out (&optional fail-quietly at-time)
1097 "Stop the currently running clock.
1098 If there is no running clock, throw an error, unless FAIL-QUIETLY is set."
1099 (interactive)
1100 (catch 'exit
1101 (if (not (marker-buffer org-clock-marker))
1102 (if fail-quietly (throw 'exit t) (error "No active clock")))
1103 (let (ts te s h m remove)
1104 (save-excursion
1105 (set-buffer (marker-buffer org-clock-marker))
1106 (save-restriction
1107 (widen)
1108 (goto-char org-clock-marker)
1109 (beginning-of-line 1)
1110 (if (and (looking-at (concat "[ \t]*" org-keyword-time-regexp))
1111 (equal (match-string 1) org-clock-string))
1112 (setq ts (match-string 2))
1113 (if fail-quietly (throw 'exit nil) (error "Clock start time is gone")))
1114 (goto-char (match-end 0))
1115 (delete-region (point) (point-at-eol))
1116 (insert "--")
1117 (setq te (org-insert-time-stamp (or at-time (current-time))
1118 'with-hm 'inactive))
1119 (setq s (- (org-float-time (apply 'encode-time (org-parse-time-string te)))
1120 (org-float-time (apply 'encode-time (org-parse-time-string ts))))
1121 h (floor (/ s 3600))
1122 s (- s (* 3600 h))
1123 m (floor (/ s 60))
1124 s (- s (* 60 s)))
1125 (insert " => " (format "%2d:%02d" h m))
1126 (when (setq remove (and org-clock-out-remove-zero-time-clocks
1127 (= (+ h m) 0)))
1128 (beginning-of-line 1)
1129 (delete-region (point) (point-at-eol))
1130 (and (looking-at "\n") (> (point-max) (1+ (point)))
1131 (delete-char 1)))
1132 (move-marker org-clock-marker nil)
1133 (move-marker org-clock-hd-marker nil)
1134 (when org-log-note-clock-out
1135 (org-add-log-setup 'clock-out nil nil nil nil
1136 (concat "# Task: " (org-get-heading t) "\n\n")))
1137 (when org-clock-mode-line-timer
1138 (cancel-timer org-clock-mode-line-timer)
1139 (setq org-clock-mode-line-timer nil))
1140 (when org-clock-idle-timer
1141 (cancel-timer org-clock-idle-timer)
1142 (setq org-clock-idle-timer nil))
1143 (setq global-mode-string
1144 (delq 'org-mode-line-string global-mode-string))
1145 (when org-clock-out-switch-to-state
1146 (save-excursion
1147 (org-back-to-heading t)
1148 (let ((org-inhibit-logging t))
1149 (cond
1150 ((functionp org-clock-out-switch-to-state)
1151 (looking-at org-complex-heading-regexp)
1152 (let ((newstate (funcall org-clock-out-switch-to-state
1153 (match-string 2))))
1154 (if newstate (org-todo newstate))))
1155 ((and org-clock-out-switch-to-state
1156 (not (looking-at (concat outline-regexp "[ \t]*"
1157 org-clock-out-switch-to-state
1158 "\\>"))))
1159 (org-todo org-clock-out-switch-to-state))))))
1160 (force-mode-line-update)
1161 (message (concat "Clock stopped at %s after HH:MM = " org-time-clocksum-format "%s") te h m
1162 (if remove " => LINE REMOVED" ""))
1163 (run-hooks 'org-clock-out-hook))))))
1165 (defun org-clock-cancel ()
1166 "Cancel the running clock be removing the start timestamp."
1167 (interactive)
1168 (if (not (marker-buffer org-clock-marker))
1169 (error "No active clock"))
1170 (save-excursion
1171 (set-buffer (marker-buffer org-clock-marker))
1172 (goto-char org-clock-marker)
1173 (delete-region (1- (point-at-bol)) (point-at-eol))
1174 ;; Just in case, remove any empty LOGBOOK left over
1175 (org-remove-empty-drawer-at "LOGBOOK" (point)))
1176 (move-marker org-clock-marker nil)
1177 (move-marker org-clock-hd-marker nil)
1178 (setq global-mode-string
1179 (delq 'org-mode-line-string global-mode-string))
1180 (force-mode-line-update)
1181 (message "Clock canceled")
1182 (run-hooks 'org-clock-cancel-hook))
1184 (defun org-clock-goto (&optional select)
1185 "Go to the currently clocked-in entry, or to the most recently clocked one.
1186 With prefix arg SELECT, offer recently clocked tasks for selection."
1187 (interactive "@P")
1188 (let* ((recent nil)
1189 (m (cond
1190 (select
1191 (or (org-clock-select-task "Select task to go to: ")
1192 (error "No task selected")))
1193 ((marker-buffer org-clock-marker) org-clock-marker)
1194 ((and org-clock-goto-may-find-recent-task
1195 (car org-clock-history)
1196 (marker-buffer (car org-clock-history)))
1197 (setq recent t)
1198 (car org-clock-history))
1199 (t (error "No active or recent clock task")))))
1200 (switch-to-buffer (marker-buffer m))
1201 (if (or (< m (point-min)) (> m (point-max))) (widen))
1202 (goto-char m)
1203 (org-show-entry)
1204 (org-back-to-heading t)
1205 (org-cycle-hide-drawers 'children)
1206 (recenter)
1207 (if recent
1208 (message "No running clock, this is the most recently clocked task"))
1209 (run-hooks 'org-clock-goto-hook)))
1211 (defvar org-clock-file-total-minutes nil
1212 "Holds the file total time in minutes, after a call to `org-clock-sum'.")
1213 (make-variable-buffer-local 'org-clock-file-total-minutes)
1215 (defun org-clock-sum (&optional tstart tend)
1216 "Sum the times for each subtree.
1217 Puts the resulting times in minutes as a text property on each headline.
1218 TSTART and TEND can mark a time range to be considered."
1219 (interactive)
1220 (let* ((bmp (buffer-modified-p))
1221 (re (concat "^\\(\\*+\\)[ \t]\\|^[ \t]*"
1222 org-clock-string
1223 "[ \t]*\\(?:\\(\\[.*?\\]\\)-+\\(\\[.*?\\]\\)\\|=>[ \t]+\\([0-9]+\\):\\([0-9]+\\)\\)"))
1224 (lmax 30)
1225 (ltimes (make-vector lmax 0))
1226 (t1 0)
1227 (level 0)
1228 ts te dt
1229 time)
1230 (if (stringp tstart) (setq tstart (org-time-string-to-seconds tstart)))
1231 (if (stringp tend) (setq tend (org-time-string-to-seconds tend)))
1232 (if (consp tstart) (setq tstart (org-float-time tstart)))
1233 (if (consp tend) (setq tend (org-float-time tend)))
1234 (remove-text-properties (point-min) (point-max) '(:org-clock-minutes t))
1235 (save-excursion
1236 (goto-char (point-max))
1237 (while (re-search-backward re nil t)
1238 (cond
1239 ((match-end 2)
1240 ;; Two time stamps
1241 (setq ts (match-string 2)
1242 te (match-string 3)
1243 ts (org-float-time
1244 (apply 'encode-time (org-parse-time-string ts)))
1245 te (org-float-time
1246 (apply 'encode-time (org-parse-time-string te)))
1247 ts (if tstart (max ts tstart) ts)
1248 te (if tend (min te tend) te)
1249 dt (- te ts)
1250 t1 (if (> dt 0) (+ t1 (floor (/ dt 60))) t1)))
1251 ((match-end 4)
1252 ;; A naked time
1253 (setq t1 (+ t1 (string-to-number (match-string 5))
1254 (* 60 (string-to-number (match-string 4))))))
1255 (t ;; A headline
1256 (setq level (- (match-end 1) (match-beginning 1)))
1257 (when (or (> t1 0) (> (aref ltimes level) 0))
1258 (loop for l from 0 to level do
1259 (aset ltimes l (+ (aref ltimes l) t1)))
1260 (setq t1 0 time (aref ltimes level))
1261 (loop for l from level to (1- lmax) do
1262 (aset ltimes l 0))
1263 (goto-char (match-beginning 0))
1264 (put-text-property (point) (point-at-eol) :org-clock-minutes time)))))
1265 (setq org-clock-file-total-minutes (aref ltimes 0)))
1266 (set-buffer-modified-p bmp)))
1268 (defun org-clock-sum-current-item (&optional tstart)
1269 "Returns time, clocked on current item in total"
1270 (save-excursion
1271 (save-restriction
1272 (org-narrow-to-subtree)
1273 (org-clock-sum tstart)
1274 org-clock-file-total-minutes)))
1276 (defun org-clock-display (&optional total-only)
1277 "Show subtree times in the entire buffer.
1278 If TOTAL-ONLY is non-nil, only show the total time for the entire file
1279 in the echo area."
1280 (interactive)
1281 (org-clock-remove-overlays)
1282 (let (time h m p)
1283 (org-clock-sum)
1284 (unless total-only
1285 (save-excursion
1286 (goto-char (point-min))
1287 (while (or (and (equal (setq p (point)) (point-min))
1288 (get-text-property p :org-clock-minutes))
1289 (setq p (next-single-property-change
1290 (point) :org-clock-minutes)))
1291 (goto-char p)
1292 (when (setq time (get-text-property p :org-clock-minutes))
1293 (org-clock-put-overlay time (funcall outline-level))))
1294 (setq h (/ org-clock-file-total-minutes 60)
1295 m (- org-clock-file-total-minutes (* 60 h)))
1296 ;; Arrange to remove the overlays upon next change.
1297 (when org-remove-highlights-with-change
1298 (org-add-hook 'before-change-functions 'org-clock-remove-overlays
1299 nil 'local))))
1300 (if org-time-clocksum-use-fractional
1301 (message (concat "Total file time: " org-time-clocksum-fractional-format
1302 " (%d hours and %d minutes)")
1303 (/ (+ (* h 60.0) m) 60.0) h m)
1304 (message (concat "Total file time: " org-time-clocksum-format
1305 " (%d hours and %d minutes)") h m h m))))
1307 (defvar org-clock-overlays nil)
1308 (make-variable-buffer-local 'org-clock-overlays)
1310 (defun org-clock-put-overlay (time &optional level)
1311 "Put an overlays on the current line, displaying TIME.
1312 If LEVEL is given, prefix time with a corresponding number of stars.
1313 This creates a new overlay and stores it in `org-clock-overlays', so that it
1314 will be easy to remove."
1315 (let* ((c 60) (h (floor (/ time 60))) (m (- time (* 60 h)))
1316 (l (if level (org-get-valid-level level 0) 0))
1317 (fmt (concat "%s " (if org-time-clocksum-use-fractional
1318 org-time-clocksum-fractional-format
1319 org-time-clocksum-format) "%s"))
1320 (off 0)
1321 ov tx)
1322 (org-move-to-column c)
1323 (unless (eolp) (skip-chars-backward "^ \t"))
1324 (skip-chars-backward " \t")
1325 (setq ov (org-make-overlay (1- (point)) (point-at-eol))
1326 tx (concat (buffer-substring (1- (point)) (point))
1327 (make-string (+ off (max 0 (- c (current-column)))) ?.)
1328 (org-add-props (if org-time-clocksum-use-fractional
1329 (format fmt
1330 (make-string l ?*)
1331 (/ (+ (* h 60.0) m) 60.0)
1332 (make-string (- 16 l) ?\ ))
1333 (format fmt
1334 (make-string l ?*) h m
1335 (make-string (- 16 l) ?\ )))
1336 (list 'face 'org-clock-overlay))
1337 ""))
1338 (if (not (featurep 'xemacs))
1339 (org-overlay-put ov 'display tx)
1340 (org-overlay-put ov 'invisible t)
1341 (org-overlay-put ov 'end-glyph (make-glyph tx)))
1342 (push ov org-clock-overlays)))
1344 (defun org-clock-remove-overlays (&optional beg end noremove)
1345 "Remove the occur highlights from the buffer.
1346 BEG and END are ignored. If NOREMOVE is nil, remove this function
1347 from the `before-change-functions' in the current buffer."
1348 (interactive)
1349 (unless org-inhibit-highlight-removal
1350 (mapc 'org-delete-overlay org-clock-overlays)
1351 (setq org-clock-overlays nil)
1352 (unless noremove
1353 (remove-hook 'before-change-functions
1354 'org-clock-remove-overlays 'local))))
1356 (defvar state) ;; dynamically scoped into this function
1357 (defun org-clock-out-if-current ()
1358 "Clock out if the current entry contains the running clock.
1359 This is used to stop the clock after a TODO entry is marked DONE,
1360 and is only done if the variable `org-clock-out-when-done' is not nil."
1361 (when (and org-clock-out-when-done
1362 (member state org-done-keywords)
1363 (equal (or (buffer-base-buffer (marker-buffer org-clock-marker))
1364 (marker-buffer org-clock-marker))
1365 (or (buffer-base-buffer (current-buffer))
1366 (current-buffer)))
1367 (< (point) org-clock-marker)
1368 (> (save-excursion (outline-next-heading) (point))
1369 org-clock-marker))
1370 ;; Clock out, but don't accept a logging message for this.
1371 (let ((org-log-note-clock-out nil))
1372 (org-clock-out))))
1374 (add-hook 'org-after-todo-state-change-hook
1375 'org-clock-out-if-current)
1377 ;;;###autoload
1378 (defun org-get-clocktable (&rest props)
1379 "Get a formatted clocktable with parameters according to PROPS.
1380 The table is created in a temporary buffer, fully formatted and
1381 fontified, and then returned."
1382 ;; Set the defaults
1383 (setq props (plist-put props :name "clocktable"))
1384 (unless (plist-member props :maxlevel)
1385 (setq props (plist-put props :maxlevel 2)))
1386 (unless (plist-member props :scope)
1387 (setq props (plist-put props :scope 'agenda)))
1388 (with-temp-buffer
1389 (org-mode)
1390 (org-create-dblock props)
1391 (org-update-dblock)
1392 (font-lock-fontify-buffer)
1393 (forward-line 2)
1394 (buffer-substring (point) (progn
1395 (re-search-forward "^#\\+END" nil t)
1396 (point-at-bol)))))
1398 (defun org-clock-report (&optional arg)
1399 "Create a table containing a report about clocked time.
1400 If the cursor is inside an existing clocktable block, then the table
1401 will be updated. If not, a new clocktable will be inserted.
1402 When called with a prefix argument, move to the first clock table in the
1403 buffer and update it."
1404 (interactive "P")
1405 (org-clock-remove-overlays)
1406 (when arg
1407 (org-find-dblock "clocktable")
1408 (org-show-entry))
1409 (if (org-in-clocktable-p)
1410 (goto-char (org-in-clocktable-p))
1411 (org-create-dblock (append (list :name "clocktable")
1412 org-clock-clocktable-default-properties)))
1413 (org-update-dblock))
1415 (defun org-in-clocktable-p ()
1416 "Check if the cursor is in a clocktable."
1417 (let ((pos (point)) start)
1418 (save-excursion
1419 (end-of-line 1)
1420 (and (re-search-backward "^#\\+BEGIN:[ \t]+clocktable" nil t)
1421 (setq start (match-beginning 0))
1422 (re-search-forward "^#\\+END:.*" nil t)
1423 (>= (match-end 0) pos)
1424 start))))
1426 (defun org-clock-special-range (key &optional time as-strings)
1427 "Return two times bordering a special time range.
1428 Key is a symbol specifying the range and can be one of `today', `yesterday',
1429 `thisweek', `lastweek', `thismonth', `lastmonth', `thisyear', `lastyear'.
1430 A week starts Monday 0:00 and ends Sunday 24:00.
1431 The range is determined relative to TIME. TIME defaults to the current time.
1432 The return value is a cons cell with two internal times like the ones
1433 returned by `current time' or `encode-time'. if AS-STRINGS is non-nil,
1434 the returned times will be formatted strings."
1435 (if (integerp key) (setq key (intern (number-to-string key))))
1436 (let* ((tm (decode-time (or time (current-time))))
1437 (s 0) (m (nth 1 tm)) (h (nth 2 tm))
1438 (d (nth 3 tm)) (month (nth 4 tm)) (y (nth 5 tm))
1439 (dow (nth 6 tm))
1440 (skey (symbol-name key))
1441 (shift 0)
1442 s1 m1 h1 d1 month1 y1 diff ts te fm txt w date)
1443 (cond
1444 ((string-match "^[0-9]+$" skey)
1445 (setq y (string-to-number skey) m 1 d 1 key 'year))
1446 ((string-match "^\\([0-9]+\\)-\\([0-9]\\{1,2\\}\\)$" skey)
1447 (setq y (string-to-number (match-string 1 skey))
1448 month (string-to-number (match-string 2 skey))
1449 d 1 key 'month))
1450 ((string-match "^\\([0-9]+\\)-[wW]\\([0-9]\\{1,2\\}\\)$" skey)
1451 (require 'cal-iso)
1452 (setq y (string-to-number (match-string 1 skey))
1453 w (string-to-number (match-string 2 skey)))
1454 (setq date (calendar-gregorian-from-absolute
1455 (calendar-absolute-from-iso (list w 1 y))))
1456 (setq d (nth 1 date) month (car date) y (nth 2 date)
1457 dow 1
1458 key 'week))
1459 ((string-match "^\\([0-9]+\\)-\\([0-9]\\{1,2\\}\\)-\\([0-9]\\{1,2\\}\\)$" skey)
1460 (setq y (string-to-number (match-string 1 skey))
1461 month (string-to-number (match-string 2 skey))
1462 d (string-to-number (match-string 3 skey))
1463 key 'day))
1464 ((string-match "\\([-+][0-9]+\\)$" skey)
1465 (setq shift (string-to-number (match-string 1 skey))
1466 key (intern (substring skey 0 (match-beginning 1))))))
1467 (when (= shift 0)
1468 (cond ((eq key 'yesterday) (setq key 'today shift -1))
1469 ((eq key 'lastweek) (setq key 'week shift -1))
1470 ((eq key 'lastmonth) (setq key 'month shift -1))
1471 ((eq key 'lastyear) (setq key 'year shift -1))))
1472 (cond
1473 ((memq key '(day today))
1474 (setq d (+ d shift) h 0 m 0 h1 24 m1 0))
1475 ((memq key '(week thisweek))
1476 (setq diff (+ (* -7 shift) (if (= dow 0) 6 (1- dow)))
1477 m 0 h 0 d (- d diff) d1 (+ 7 d)))
1478 ((memq key '(month thismonth))
1479 (setq d 1 h 0 m 0 d1 1 month (+ month shift) month1 (1+ month) h1 0 m1 0))
1480 ((memq key '(year thisyear))
1481 (setq m 0 h 0 d 1 month 1 y (+ y shift) y1 (1+ y)))
1482 (t (error "No such time block %s" key)))
1483 (setq ts (encode-time s m h d month y)
1484 te (encode-time (or s1 s) (or m1 m) (or h1 h)
1485 (or d1 d) (or month1 month) (or y1 y)))
1486 (setq fm (cdr org-time-stamp-formats))
1487 (cond
1488 ((memq key '(day today))
1489 (setq txt (format-time-string "%A, %B %d, %Y" ts)))
1490 ((memq key '(week thisweek))
1491 (setq txt (format-time-string "week %G-W%V" ts)))
1492 ((memq key '(month thismonth))
1493 (setq txt (format-time-string "%B %Y" ts)))
1494 ((memq key '(year thisyear))
1495 (setq txt (format-time-string "the year %Y" ts))))
1496 (if as-strings
1497 (list (format-time-string fm ts) (format-time-string fm te) txt)
1498 (list ts te txt))))
1500 (defun org-clocktable-shift (dir n)
1501 "Try to shift the :block date of the clocktable at point.
1502 Point must be in the #+BEGIN: line of a clocktable, or this function
1503 will throw an error.
1504 DIR is a direction, a symbol `left', `right', `up', or `down'.
1505 Both `left' and `down' shift the block toward the past, `up' and `right'
1506 push it toward the future.
1507 N is the number of shift steps to take. The size of the step depends on
1508 the currently selected interval size."
1509 (setq n (prefix-numeric-value n))
1510 (and (memq dir '(left down)) (setq n (- n)))
1511 (save-excursion
1512 (goto-char (point-at-bol))
1513 (if (not (looking-at "#\\+BEGIN: clocktable\\>.*?:block[ \t]+\\(\\S-+\\)"))
1514 (error "Line needs a :block definition before this command works")
1515 (let* ((b (match-beginning 1)) (e (match-end 1))
1516 (s (match-string 1))
1517 block shift ins y mw d date wp m)
1518 (cond
1519 ((equal s "yesterday") (setq s "today-1"))
1520 ((equal s "lastweek") (setq s "thisweek-1"))
1521 ((equal s "lastmonth") (setq s "thismonth-1"))
1522 ((equal s "lastyear") (setq s "thisyear-1")))
1523 (cond
1524 ((string-match "^\\(today\\|thisweek\\|thismonth\\|thisyear\\)\\([-+][0-9]+\\)?$" s)
1525 (setq block (match-string 1 s)
1526 shift (if (match-end 2)
1527 (string-to-number (match-string 2 s))
1529 (setq shift (+ shift n))
1530 (setq ins (if (= shift 0) block (format "%s%+d" block shift))))
1531 ((string-match "\\([0-9]+\\)\\(-\\([wW]?\\)\\([0-9]\\{1,2\\}\\)\\(-\\([0-9]\\{1,2\\}\\)\\)?\\)?" s)
1532 ;; 1 1 2 3 3 4 4 5 6 6 5 2
1533 (setq y (string-to-number (match-string 1 s))
1534 wp (and (match-end 3) (match-string 3 s))
1535 mw (and (match-end 4) (string-to-number (match-string 4 s)))
1536 d (and (match-end 6) (string-to-number (match-string 6 s))))
1537 (cond
1538 (d (setq ins (format-time-string
1539 "%Y-%m-%d"
1540 (encode-time 0 0 0 (+ d n) m y))))
1541 ((and wp mw (> (length wp) 0))
1542 (require 'cal-iso)
1543 (setq date (calendar-gregorian-from-absolute (calendar-absolute-from-iso (list (+ mw n) 1 y))))
1544 (setq ins (format-time-string
1545 "%G-W%V"
1546 (encode-time 0 0 0 (nth 1 date) (car date) (nth 2 date)))))
1548 (setq ins (format-time-string
1549 "%Y-%m"
1550 (encode-time 0 0 0 1 (+ mw n) y))))
1552 (setq ins (number-to-string (+ y n))))))
1553 (t (error "Cannot shift clocktable block")))
1554 (when ins
1555 (goto-char b)
1556 (insert ins)
1557 (delete-region (point) (+ (point) (- e b)))
1558 (beginning-of-line 1)
1559 (org-update-dblock)
1560 t)))))
1562 (defun org-dblock-write:clocktable (params)
1563 "Write the standard clocktable."
1564 (catch 'exit
1565 (let* ((hlchars '((1 . "*") (2 . "/")))
1566 (ins (make-marker))
1567 (total-time nil)
1568 (scope (plist-get params :scope))
1569 (tostring (plist-get params :tostring))
1570 (multifile (plist-get params :multifile))
1571 (header (plist-get params :header))
1572 (maxlevel (or (plist-get params :maxlevel) 3))
1573 (step (plist-get params :step))
1574 (emph (plist-get params :emphasize))
1575 (timestamp (plist-get params :timestamp))
1576 (ts (plist-get params :tstart))
1577 (te (plist-get params :tend))
1578 (block (plist-get params :block))
1579 (link (plist-get params :link))
1580 ipos time p level hlc hdl tsp props content recalc formula pcol
1581 cc beg end pos tbl tbl1 range-text rm-file-column scope-is-list st)
1582 (setq org-clock-file-total-minutes nil)
1583 (when step
1584 (unless (or block (and ts te))
1585 (error "Clocktable `:step' can only be used with `:block' or `:tstart,:end'"))
1586 (org-clocktable-steps params)
1587 (throw 'exit nil))
1588 (when block
1589 (setq cc (org-clock-special-range block nil t)
1590 ts (car cc) te (nth 1 cc) range-text (nth 2 cc)))
1591 (when (integerp ts) (setq ts (calendar-gregorian-from-absolute ts)))
1592 (when (integerp te) (setq te (calendar-gregorian-from-absolute te)))
1593 (when (and ts (listp ts))
1594 (setq ts (format "%4d-%02d-%02d" (nth 2 ts) (car ts) (nth 1 ts))))
1595 (when (and te (listp te))
1596 (setq te (format "%4d-%02d-%02d" (nth 2 te) (car te) (nth 1 te))))
1597 ;; Now the times are strings we can parse.
1598 (if ts (setq ts (org-float-time
1599 (apply 'encode-time (org-parse-time-string ts)))))
1600 (if te (setq te (org-float-time
1601 (apply 'encode-time (org-parse-time-string te)))))
1602 (move-marker ins (point))
1603 (setq ipos (point))
1605 ;; Get the right scope
1606 (setq pos (point))
1607 (cond
1608 ((and scope (listp scope) (symbolp (car scope)))
1609 (setq scope (eval scope)))
1610 ((eq scope 'agenda)
1611 (setq scope (org-agenda-files t)))
1612 ((eq scope 'agenda-with-archives)
1613 (setq scope (org-agenda-files t))
1614 (setq scope (org-add-archive-files scope)))
1615 ((eq scope 'file-with-archives)
1616 (setq scope (org-add-archive-files (list (buffer-file-name)))
1617 rm-file-column t)))
1618 (setq scope-is-list (and scope (listp scope)))
1619 (save-restriction
1620 (cond
1621 ((not scope))
1622 ((eq scope 'file) (widen))
1623 ((eq scope 'subtree) (org-narrow-to-subtree))
1624 ((eq scope 'tree)
1625 (while (org-up-heading-safe))
1626 (org-narrow-to-subtree))
1627 ((and (symbolp scope) (string-match "^tree\\([0-9]+\\)$"
1628 (symbol-name scope)))
1629 (setq level (string-to-number (match-string 1 (symbol-name scope))))
1630 (catch 'exit
1631 (while (org-up-heading-safe)
1632 (looking-at outline-regexp)
1633 (if (<= (org-reduced-level (funcall outline-level)) level)
1634 (throw 'exit nil))))
1635 (org-narrow-to-subtree))
1636 (scope-is-list
1637 (let* ((files scope)
1638 (scope 'agenda)
1639 (p1 (copy-sequence params))
1640 file)
1641 (setq p1 (plist-put p1 :tostring t))
1642 (setq p1 (plist-put p1 :multifile t))
1643 (setq p1 (plist-put p1 :scope 'file))
1644 (org-prepare-agenda-buffers files)
1645 (while (setq file (pop files))
1646 (with-current-buffer (find-buffer-visiting file)
1647 (setq tbl1 (org-dblock-write:clocktable p1))
1648 (when tbl1
1649 (push (org-clocktable-add-file
1650 file
1651 (concat "| |*File time*|*"
1652 (org-minutes-to-hh:mm-string
1653 org-clock-file-total-minutes)
1654 "*|\n"
1655 tbl1)) tbl)
1656 (setq total-time (+ (or total-time 0)
1657 org-clock-file-total-minutes))))))))
1658 (goto-char pos)
1660 (unless scope-is-list
1661 (org-clock-sum ts te)
1662 (goto-char (point-min))
1663 (setq st t)
1664 (while (or (and (bobp) (prog1 st (setq st nil))
1665 (get-text-property (point) :org-clock-minutes)
1666 (setq p (point-min)))
1667 (setq p (next-single-property-change (point) :org-clock-minutes)))
1668 (goto-char p)
1669 (when (setq time (get-text-property p :org-clock-minutes))
1670 (save-excursion
1671 (beginning-of-line 1)
1672 (when (and (looking-at (org-re "\\(\\*+\\)[ \t]+\\(.*?\\)\\([ \t]+:[[:alnum:]_@:]+:\\)?[ \t]*$"))
1673 (setq level (org-reduced-level
1674 (- (match-end 1) (match-beginning 1))))
1675 (<= level maxlevel))
1676 (setq hlc (if emph (or (cdr (assoc level hlchars)) "") "")
1677 hdl (if (not link)
1678 (match-string 2)
1679 (org-make-link-string
1680 (format "file:%s::%s"
1681 (buffer-file-name)
1682 (save-match-data
1683 (org-make-org-heading-search-string
1684 (match-string 2))))
1685 (match-string 2)))
1686 tsp (when timestamp
1687 (setq props (org-entry-properties (point)))
1688 (or (cdr (assoc "SCHEDULED" props))
1689 (cdr (assoc "TIMESTAMP" props))
1690 (cdr (assoc "DEADLINE" props))
1691 (cdr (assoc "TIMESTAMP_IA" props)))))
1692 (if (and (not multifile) (= level 1)) (push "|-" tbl))
1693 (push (concat
1694 "| " (int-to-string level) "|"
1695 (if timestamp (concat tsp "|") "")
1696 hlc hdl hlc " |"
1697 (make-string (1- level) ?|)
1698 hlc (org-minutes-to-hh:mm-string time) hlc
1699 " |") tbl))))))
1700 (setq tbl (nreverse tbl))
1701 (if tostring
1702 (if tbl (mapconcat 'identity tbl "\n") nil)
1703 (goto-char ins)
1704 (insert-before-markers
1705 (or header
1706 (concat
1707 "Clock summary at ["
1708 (substring
1709 (format-time-string (cdr org-time-stamp-formats))
1710 1 -1)
1712 (if block (concat ", for " range-text ".") "")
1713 "\n\n"))
1714 (if scope-is-list "|File" "")
1715 "|L|" (if timestamp "Timestamp|" "") "Headline|Time|\n")
1716 (setq total-time (or total-time org-clock-file-total-minutes))
1717 (insert-before-markers
1718 "|-\n|"
1719 (if scope-is-list "|" "")
1720 (if timestamp "|Timestamp|" "|")
1721 "*Total time*| *"
1722 (org-minutes-to-hh:mm-string (or total-time 0))
1723 "*|\n|-\n")
1724 (setq tbl (delq nil tbl))
1725 (if (and (stringp (car tbl)) (> (length (car tbl)) 1)
1726 (equal (substring (car tbl) 0 2) "|-"))
1727 (pop tbl))
1728 (insert-before-markers (mapconcat
1729 'identity (delq nil tbl)
1730 (if scope-is-list "\n|-\n" "\n")))
1731 (backward-delete-char 1)
1732 (if (setq formula (plist-get params :formula))
1733 (cond
1734 ((eq formula '%)
1735 (setq pcol (+ (if scope-is-list 1 0) maxlevel 3))
1736 (insert
1737 (format
1738 "\n#+TBLFM: $%d='(org-clock-time%% @%d$%d $%d..$%d);%%.1f"
1739 pcol
1741 (+ 3 (if scope-is-list 1 0))
1742 (+ (if scope-is-list 1 0) 3)
1743 (1- pcol)))
1744 (setq recalc t))
1745 ((stringp formula)
1746 (insert "\n#+TBLFM: " formula)
1747 (setq recalc t))
1748 (t (error "invalid formula in clocktable")))
1749 ;; Should we rescue an old formula?
1750 (when (stringp (setq content (plist-get params :content)))
1751 (when (string-match "^\\([ \t]*#\\+TBLFM:.*\\)" content)
1752 (setq recalc t)
1753 (insert "\n" (match-string 1 (plist-get params :content)))
1754 (beginning-of-line 0))))
1755 (goto-char ipos)
1756 (skip-chars-forward "^|")
1757 (org-table-align)
1758 (when recalc
1759 (if (eq formula '%)
1760 (save-excursion (org-table-goto-column pcol nil 'force)
1761 (insert "%")))
1762 (org-table-recalculate 'all))
1763 (when rm-file-column
1764 (forward-char 1)
1765 (org-table-delete-column)))))))
1767 (defun org-clocktable-steps (params)
1768 (let* ((p1 (copy-sequence params))
1769 (ts (plist-get p1 :tstart))
1770 (te (plist-get p1 :tend))
1771 (step0 (plist-get p1 :step))
1772 (step (cdr (assoc step0 '((day . 86400) (week . 604800)))))
1773 (block (plist-get p1 :block))
1774 cc range-text)
1775 (when block
1776 (setq cc (org-clock-special-range block nil t)
1777 ts (car cc) te (nth 1 cc) range-text (nth 2 cc)))
1778 (if ts (setq ts (org-float-time
1779 (apply 'encode-time (org-parse-time-string ts)))))
1780 (if te (setq te (org-float-time
1781 (apply 'encode-time (org-parse-time-string te)))))
1782 (setq p1 (plist-put p1 :header ""))
1783 (setq p1 (plist-put p1 :step nil))
1784 (setq p1 (plist-put p1 :block nil))
1785 (while (< ts te)
1786 (or (bolp) (insert "\n"))
1787 (setq p1 (plist-put p1 :tstart (format-time-string
1788 (org-time-stamp-format nil t)
1789 (seconds-to-time ts))))
1790 (setq p1 (plist-put p1 :tend (format-time-string
1791 (org-time-stamp-format nil t)
1792 (seconds-to-time (setq ts (+ ts step))))))
1793 (insert "\n" (if (eq step0 'day) "Daily report: " "Weekly report starting on: ")
1794 (plist-get p1 :tstart) "\n")
1795 (org-dblock-write:clocktable p1)
1796 (re-search-forward "#\\+END:")
1797 (end-of-line 0))))
1799 (defun org-clocktable-add-file (file table)
1800 (if table
1801 (let ((lines (org-split-string table "\n"))
1802 (ff (file-name-nondirectory file)))
1803 (mapconcat 'identity
1804 (mapcar (lambda (x)
1805 (if (string-match org-table-dataline-regexp x)
1806 (concat "|" ff x)
1808 lines)
1809 "\n"))))
1811 (defun org-clock-time% (total &rest strings)
1812 "Compute a time fraction in percent.
1813 TOTAL s a time string like 10:21 specifying the total times.
1814 STRINGS is a list of strings that should be checked for a time.
1815 The first string that does have a time will be used.
1816 This function is made for clock tables."
1817 (let ((re "\\([0-9]+\\):\\([0-9]+\\)")
1818 tot s)
1819 (save-match-data
1820 (catch 'exit
1821 (if (not (string-match re total))
1822 (throw 'exit 0.)
1823 (setq tot (+ (string-to-number (match-string 2 total))
1824 (* 60 (string-to-number (match-string 1 total)))))
1825 (if (= tot 0.) (throw 'exit 0.)))
1826 (while (setq s (pop strings))
1827 (if (string-match "\\([0-9]+\\):\\([0-9]+\\)" s)
1828 (throw 'exit
1829 (/ (* 100.0 (+ (string-to-number (match-string 2 s))
1830 (* 60 (string-to-number (match-string 1 s)))))
1831 tot))))
1832 0))))
1834 (defvar org-clock-loaded nil
1835 "Was the clock file loaded?")
1837 (defun org-clock-save ()
1838 "Persist various clock-related data to disk.
1839 The details of what will be saved are regulated by the variable
1840 `org-clock-persist'."
1841 (when (and org-clock-persist
1842 (or org-clock-loaded
1843 org-clock-has-been-used
1844 (not (file-exists-p org-clock-persist-file))))
1845 (let (b)
1846 (with-current-buffer (find-file (expand-file-name org-clock-persist-file))
1847 (progn
1848 (delete-region (point-min) (point-max))
1849 ;;Store clock
1850 (insert (format ";; org-persist.el - %s at %s\n"
1851 system-name (format-time-string
1852 (cdr org-time-stamp-formats))))
1853 (if (and (memq org-clock-persist '(t clock))
1854 (setq b (marker-buffer org-clock-marker))
1855 (setq b (or (buffer-base-buffer b) b))
1856 (buffer-live-p b)
1857 (buffer-file-name b)
1858 (or (not org-clock-persist-query-save)
1859 (y-or-n-p (concat "Save current clock ("
1860 (substring-no-properties org-clock-heading)
1861 ") "))))
1862 (insert "(setq resume-clock '(\""
1863 (buffer-file-name (marker-buffer org-clock-marker))
1864 "\" . " (int-to-string (marker-position org-clock-marker))
1865 "))\n"))
1866 ;; Store clocked task history. Tasks are stored reversed to make
1867 ;; reading simpler
1868 (when (and (memq org-clock-persist '(t history))
1869 org-clock-history)
1870 (insert
1871 "(setq stored-clock-history '("
1872 (mapconcat
1873 (lambda (m)
1874 (when (and (setq b (marker-buffer m))
1875 (setq b (or (buffer-base-buffer b) b))
1876 (buffer-live-p b)
1877 (buffer-file-name b))
1878 (concat "(\"" (buffer-file-name b)
1879 "\" . " (int-to-string (marker-position m))
1880 ")")))
1881 (reverse org-clock-history) " ") "))\n"))
1882 (save-buffer)
1883 (kill-buffer (current-buffer)))))))
1885 (defun org-clock-load ()
1886 "Load clock-related data from disk, maybe resuming a stored clock."
1887 (when (and org-clock-persist (not org-clock-loaded))
1888 (let ((filename (expand-file-name org-clock-persist-file))
1889 (org-clock-in-resume 'auto-restart)
1890 resume-clock stored-clock-history)
1891 (if (not (file-readable-p filename))
1892 (message "Not restoring clock data; %s not found"
1893 org-clock-persist-file)
1894 (message "%s" "Restoring clock data")
1895 (setq org-clock-loaded t)
1896 (load-file filename)
1897 ;; load history
1898 (when stored-clock-history
1899 (save-window-excursion
1900 (mapc (lambda (task)
1901 (if (file-exists-p (car task))
1902 (org-clock-history-push (cdr task)
1903 (find-file (car task)))))
1904 stored-clock-history)))
1905 ;; resume clock
1906 (when (and resume-clock org-clock-persist
1907 (file-exists-p (car resume-clock))
1908 (or (not org-clock-persist-query-resume)
1909 (y-or-n-p
1910 (concat
1911 "Resume clock ("
1912 (with-current-buffer (find-file (car resume-clock))
1913 (save-excursion
1914 (goto-char (cdr resume-clock))
1915 (org-back-to-heading t)
1916 (and (looking-at org-complex-heading-regexp)
1917 (match-string 4))))
1918 ") "))))
1919 (when (file-exists-p (car resume-clock))
1920 (with-current-buffer (find-file (car resume-clock))
1921 (goto-char (cdr resume-clock))
1922 (let ((org-clock-auto-clock-resolution nil))
1923 (org-clock-in)
1924 (if (org-invisible-p)
1925 (org-show-context))))))))))
1927 ;;;###autoload
1928 (defun org-clock-persistence-insinuate ()
1929 "Set up hooks for clock persistence"
1930 (add-hook 'org-mode-hook 'org-clock-load)
1931 (add-hook 'kill-emacs-hook 'org-clock-save))
1933 ;; Suggested bindings
1934 (org-defkey org-mode-map "\C-c\C-x\C-e" 'org-clock-modify-effort-estimate)
1936 (provide 'org-clock)
1938 ;; arch-tag: 7b42c5d4-9b36-48be-97c0-66a869daed4c
1940 ;;; org-clock.el ends here