org-clock.el 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561
  1. ;;; org-clock.el --- The time clocking code for Org-mode
  2. ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
  3. ;; Free Software Foundation, Inc.
  4. ;; Author: Carsten Dominik <carsten at orgmode dot org>
  5. ;; Keywords: outlines, hypermedia, calendar, wp
  6. ;; Homepage: http://orgmode.org
  7. ;; Version: 6.30d
  8. ;;
  9. ;; This file is part of GNU Emacs.
  10. ;;
  11. ;; GNU Emacs is free software: you can redistribute it and/or modify
  12. ;; it under the terms of the GNU General Public License as published by
  13. ;; the Free Software Foundation, either version 3 of the License, or
  14. ;; (at your option) any later version.
  15. ;; GNU Emacs is distributed in the hope that it will be useful,
  16. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. ;; GNU General Public License for more details.
  19. ;; You should have received a copy of the GNU General Public License
  20. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. ;;
  23. ;;; Commentary:
  24. ;; This file contains the time clocking code for Org-mode
  25. (require 'org)
  26. (eval-when-compile
  27. (require 'cl)
  28. (require 'calendar))
  29. (declare-function calendar-absolute-from-iso "cal-iso" (&optional date))
  30. (defvar org-time-stamp-formats)
  31. (defgroup org-clock nil
  32. "Options concerning clocking working time in Org-mode."
  33. :tag "Org Clock"
  34. :group 'org-progress)
  35. (defcustom org-clock-into-drawer org-log-into-drawer
  36. "Should clocking info be wrapped into a drawer?
  37. When t, clocking info will always be inserted into a :LOGBOOK: drawer.
  38. If necessary, the drawer will be created.
  39. When nil, the drawer will not be created, but used when present.
  40. When an integer and the number of clocking entries in an item
  41. reaches or exceeds this number, a drawer will be created.
  42. When a string, it names the drawer to be used.
  43. The default for this variable is the value of `org-log-into-drawer',
  44. which see."
  45. :group 'org-todo
  46. :group 'org-clock
  47. :type '(choice
  48. (const :tag "Always" t)
  49. (const :tag "Only when drawer exists" nil)
  50. (integer :tag "When at least N clock entries")
  51. (const :tag "Into LOGBOOK drawer" "LOGBOOK")
  52. (string :tag "Into Drawer named...")))
  53. (defcustom org-clock-out-when-done t
  54. "When non-nil, clock will be stopped when the clocked entry is marked DONE.
  55. A nil value means, clock will keep running until stopped explicitly with
  56. `C-c C-x C-o', or until the clock is started in a different item."
  57. :group 'org-clock
  58. :type 'boolean)
  59. (defcustom org-clock-out-remove-zero-time-clocks nil
  60. "Non-nil means, remove the clock line when the resulting time is zero."
  61. :group 'org-clock
  62. :type 'boolean)
  63. (defcustom org-clock-in-switch-to-state nil
  64. "Set task to a special todo state while clocking it.
  65. The value should be the state to which the entry should be
  66. switched. If the value is a function, it must take one
  67. parameter (the current TODO state of the item) and return the
  68. state to switch it to."
  69. :group 'org-clock
  70. :group 'org-todo
  71. :type '(choice
  72. (const :tag "Don't force a state" nil)
  73. (string :tag "State")
  74. (symbol :tag "Function")))
  75. (defcustom org-clock-out-switch-to-state nil
  76. "Set task to a special todo state after clocking out.
  77. The value should be the state to which the entry should be
  78. switched. If the value is a function, it must take one
  79. parameter (the current TODO state of the item) and return the
  80. state to switch it to."
  81. :group 'org-clock
  82. :group 'org-todo
  83. :type '(choice
  84. (const :tag "Don't force a state" nil)
  85. (string :tag "State")
  86. (symbol :tag "Function")))
  87. (defcustom org-clock-history-length 5
  88. "Number of clock tasks to remember in history."
  89. :group 'org-clock
  90. :type 'integer)
  91. (defcustom org-clock-goto-may-find-recent-task t
  92. "Non-nil means, `org-clock-goto' can go to recent task if no active clock."
  93. :group 'org-clock
  94. :type 'boolean)
  95. (defcustom org-clock-heading-function nil
  96. "When non-nil, should be a function to create `org-clock-heading'.
  97. This is the string shown in the mode line when a clock is running.
  98. The function is called with point at the beginning of the headline."
  99. :group 'org-clock
  100. :type 'function)
  101. (defcustom org-clock-string-limit 0
  102. "Maximum length of clock strings in the modeline. 0 means no limit."
  103. :group 'org-clock
  104. :type 'integer)
  105. (defcustom org-clock-in-resume nil
  106. "If non-nil, resume clock when clocking into task with open clock.
  107. When clocking into a task with a clock entry which has not been closed,
  108. the clock can be resumed from that point."
  109. :group 'org-clock
  110. :type 'boolean)
  111. (defcustom org-clock-persist nil
  112. "When non-nil, save the running clock when emacs is closed.
  113. The clock is resumed when emacs restarts.
  114. When this is t, both the running clock, and the entire clock
  115. history are saved. When this is the symbol `clock', only the
  116. running clock is saved.
  117. When Emacs restarts with saved clock information, the file containing the
  118. running clock as well as all files mentioned in the clock history will
  119. be visited.
  120. All this depends on running `org-clock-persistence-insinuate' in .emacs"
  121. :group 'org-clock
  122. :type '(choice
  123. (const :tag "Just the running clock" clock)
  124. (const :tag "Clock and history" t)
  125. (const :tag "No persistence" nil)))
  126. (defcustom org-clock-persist-file (convert-standard-filename
  127. "~/.emacs.d/org-clock-save.el")
  128. "File to save clock data to."
  129. :group 'org-clock
  130. :type 'string)
  131. (defcustom org-clock-persist-query-save nil
  132. "When non-nil, ask before saving the current clock on exit."
  133. :group 'org-clock
  134. :type 'boolean)
  135. (defcustom org-clock-persist-query-resume t
  136. "When non-nil, ask before resuming any stored clock during load."
  137. :group 'org-clock
  138. :type 'boolean)
  139. (defcustom org-clock-sound nil
  140. "Sound that will used for notifications.
  141. Possible values:
  142. nil no sound played.
  143. t standard Emacs beep
  144. file name play this sound file. If not possible, fall back to beep"
  145. :group 'org-clock
  146. :type '(choice
  147. (const :tag "No sound" nil)
  148. (const :tag "Standard beep" t)
  149. (file :tag "Play sound file")))
  150. (defcustom org-clock-modeline-total 'auto
  151. "Default setting for the time included for the modeline clock.
  152. This can be overruled locally using the CLOCK_MODELINE_TOTAL property.
  153. Allowed values are:
  154. current Only the time in the current instance of the clock
  155. today All time clocked inot this task today
  156. repeat All time clocked into this task since last repeat
  157. all All time ever recorded for this task
  158. auto Automtically, either `all', or `repeat' for repeating tasks"
  159. :group 'org-clock
  160. :type '(choice
  161. (const :tag "Current clock" current)
  162. (const :tag "Today's task time" today)
  163. (const :tag "Since last repeat" repeat)
  164. (const :tag "All task time" all)
  165. (const :tag "Automatically, `all' or since `repeat'" auto)))
  166. (defcustom org-show-notification-handler nil
  167. "Function or program to send notification with.
  168. The function or program will be called with the notification
  169. string as argument."
  170. :group 'org-clock
  171. :type '(choice
  172. (string :tag "Program")
  173. (function :tag "Function")))
  174. (defvar org-clock-in-prepare-hook nil
  175. "Hook run when preparing the clock.
  176. This hook is run before anything happens to the task that
  177. you want to clock in. For example, you can use this hook
  178. to add an effort property.")
  179. (defvar org-clock-in-hook nil
  180. "Hook run when starting the clock.")
  181. (defvar org-clock-out-hook nil
  182. "Hook run when stopping the current clock.")
  183. (defvar org-clock-cancel-hook nil
  184. "Hook run when cancelling the current clock.")
  185. (defvar org-clock-goto-hook nil
  186. "Hook run when selecting the currently clocked-in entry.")
  187. ;;; The clock for measuring work time.
  188. (defvar org-mode-line-string "")
  189. (put 'org-mode-line-string 'risky-local-variable t)
  190. (defvar org-clock-mode-line-timer nil)
  191. (defvar org-clock-heading "")
  192. (defvar org-clock-heading-for-remember "")
  193. (defvar org-clock-start-time "")
  194. (defvar org-clock-effort ""
  195. "Effort estimate of the currently clocking task")
  196. (defvar org-clock-total-time nil
  197. "Holds total time, spent previously on currently clocked item.
  198. This does not include the time in the currently running clock.")
  199. (defvar org-clock-history nil
  200. "List of marker pointing to recent clocked tasks.")
  201. (defvar org-clock-default-task (make-marker)
  202. "Marker pointing to the default task that should clock time.
  203. The clock can be made to switch to this task after clocking out
  204. of a different task.")
  205. (defvar org-clock-interrupted-task (make-marker)
  206. "Marker pointing to the task that has been interrupted by the current clock.")
  207. (defvar org-clock-mode-line-map (make-sparse-keymap))
  208. (define-key org-clock-mode-line-map [mode-line mouse-2] 'org-clock-goto)
  209. (define-key org-clock-mode-line-map [mode-line mouse-1] 'org-clock-menu)
  210. (defun org-clock-menu ()
  211. (interactive)
  212. (popup-menu
  213. '("Clock"
  214. ["Clock out" org-clock-out t]
  215. ["Change effort estimate" org-clock-modify-effort-estimate t]
  216. ["Go to clock entry" org-clock-goto t]
  217. ["Switch task" (lambda () (interactive) (org-clock-in '(4))) :active t :keys "C-u C-c C-x C-i"])))
  218. (defun org-clock-history-push (&optional pos buffer)
  219. "Push a marker to the clock history."
  220. (setq org-clock-history-length (max 1 (min 35 org-clock-history-length)))
  221. (let ((m (move-marker (make-marker) (or pos (point)) buffer)) n l)
  222. (while (setq n (member m org-clock-history))
  223. (move-marker (car n) nil))
  224. (setq org-clock-history
  225. (delq nil
  226. (mapcar (lambda (x) (if (marker-buffer x) x nil))
  227. org-clock-history)))
  228. (when (>= (setq l (length org-clock-history)) org-clock-history-length)
  229. (setq org-clock-history
  230. (nreverse
  231. (nthcdr (- l org-clock-history-length -1)
  232. (nreverse org-clock-history)))))
  233. (push m org-clock-history)))
  234. (defun org-clock-save-markers-for-cut-and-paste (beg end)
  235. "Save relative positions of markers in region."
  236. (org-check-and-save-marker org-clock-marker beg end)
  237. (org-check-and-save-marker org-clock-hd-marker beg end)
  238. (org-check-and-save-marker org-clock-default-task beg end)
  239. (org-check-and-save-marker org-clock-interrupted-task beg end)
  240. (mapc (lambda (m) (org-check-and-save-marker m beg end))
  241. org-clock-history))
  242. (defun org-clock-select-task (&optional prompt)
  243. "Select a task that recently was associated with clocking."
  244. (interactive)
  245. (let (sel-list rpl (i 0) s)
  246. (save-window-excursion
  247. (org-switch-to-buffer-other-window
  248. (get-buffer-create "*Clock Task Select*"))
  249. (erase-buffer)
  250. (when (marker-buffer org-clock-default-task)
  251. (insert (org-add-props "Default Task\n" nil 'face 'bold))
  252. (setq s (org-clock-insert-selection-line ?d org-clock-default-task))
  253. (push s sel-list))
  254. (when (marker-buffer org-clock-interrupted-task)
  255. (insert (org-add-props "The task interrupted by starting the last one\n" nil 'face 'bold))
  256. (setq s (org-clock-insert-selection-line ?i org-clock-interrupted-task))
  257. (push s sel-list))
  258. (when (marker-buffer org-clock-marker)
  259. (insert (org-add-props "Current Clocking Task\n" nil 'face 'bold))
  260. (setq s (org-clock-insert-selection-line ?c org-clock-marker))
  261. (push s sel-list))
  262. (insert (org-add-props "Recent Tasks\n" nil 'face 'bold))
  263. (mapc
  264. (lambda (m)
  265. (when (marker-buffer m)
  266. (setq i (1+ i)
  267. s (org-clock-insert-selection-line
  268. (if (< i 10)
  269. (+ i ?0)
  270. (+ i (- ?A 10))) m))
  271. (push s sel-list)))
  272. org-clock-history)
  273. (org-fit-window-to-buffer)
  274. (message (or prompt "Select task for clocking:"))
  275. (setq rpl (read-char-exclusive))
  276. (cond
  277. ((eq rpl ?q) nil)
  278. ((eq rpl ?x) nil)
  279. ((assoc rpl sel-list) (cdr (assoc rpl sel-list)))
  280. (t (error "Invalid task choice %c" rpl))))))
  281. (defun org-clock-insert-selection-line (i marker)
  282. "Insert a line for the clock selection menu.
  283. And return a cons cell with the selection character integer and the marker
  284. pointing to it."
  285. (when (marker-buffer marker)
  286. (let (file cat task heading prefix)
  287. (with-current-buffer (org-base-buffer (marker-buffer marker))
  288. (save-excursion
  289. (save-restriction
  290. (widen)
  291. (goto-char marker)
  292. (setq file (buffer-file-name (marker-buffer marker))
  293. cat (or (org-get-category)
  294. (progn (org-refresh-category-properties)
  295. (org-get-category)))
  296. heading (org-get-heading 'notags)
  297. prefix (save-excursion
  298. (org-back-to-heading t)
  299. (looking-at "\\*+ ")
  300. (match-string 0))
  301. task (substring
  302. (org-fontify-like-in-org-mode
  303. (concat prefix heading)
  304. org-odd-levels-only)
  305. (length prefix))))))
  306. (when (and cat task)
  307. (insert (format "[%c] %-15s %s\n" i cat task))
  308. (cons i marker)))))
  309. (defun org-clock-get-clock-string ()
  310. "Form a clock-string, that will be show in the mode line.
  311. If an effort estimate was defined for current item, use
  312. 01:30/01:50 format (clocked/estimated).
  313. If not, show simply the clocked time like 01:50."
  314. (let* ((clocked-time (org-clock-get-clocked-time))
  315. (h (floor clocked-time 60))
  316. (m (- clocked-time (* 60 h))))
  317. (if (and org-clock-effort)
  318. (let* ((effort-in-minutes (org-hh:mm-string-to-minutes org-clock-effort))
  319. (effort-h (floor effort-in-minutes 60))
  320. (effort-m (- effort-in-minutes (* effort-h 60))))
  321. (format (concat "-[" org-time-clocksum-format "/" org-time-clocksum-format " (%s)]")
  322. h m effort-h effort-m org-clock-heading))
  323. (format (concat "-[" org-time-clocksum-format " (%s)]")
  324. h m org-clock-heading))))
  325. (defun org-clock-update-mode-line ()
  326. (setq org-mode-line-string
  327. (org-propertize
  328. (let ((clock-string (org-clock-get-clock-string))
  329. (help-text "Org-mode clock is running.\nmouse-1 shows a menu\nmouse-2 will jump to task"))
  330. (if (and (> org-clock-string-limit 0)
  331. (> (length clock-string) org-clock-string-limit))
  332. (org-propertize (substring clock-string 0 org-clock-string-limit)
  333. 'help-echo (concat help-text ": " org-clock-heading))
  334. (org-propertize clock-string 'help-echo help-text)))
  335. 'local-map org-clock-mode-line-map
  336. 'mouse-face (if (featurep 'xemacs) 'highlight 'mode-line-highlight)
  337. 'face 'org-mode-line-clock))
  338. (if org-clock-effort (org-clock-notify-once-if-expired))
  339. (force-mode-line-update))
  340. (defun org-clock-get-clocked-time ()
  341. "Get the clocked time for the current item in minutes.
  342. The time returned includes the the time spent on this task in
  343. previous clocking intervals."
  344. (let ((currently-clocked-time
  345. (floor (- (org-float-time)
  346. (org-float-time org-clock-start-time)) 60)))
  347. (+ currently-clocked-time (or org-clock-total-time 0))))
  348. (defun org-clock-modify-effort-estimate (&optional value)
  349. "Add to or set the effort estimate of the item currently being clocked.
  350. VALUE can be a number of minutes, or a string with forat hh:mm or mm.
  351. WHen the strig starts with a + or a - sign, the current value of the effort
  352. property will be changed by that amount.
  353. This will update the \"Effort\" property of currently clocked item, and
  354. the mode line."
  355. (interactive)
  356. (when (org-clock-is-active)
  357. (let ((current org-clock-effort) sign)
  358. (unless value
  359. ;; Prompt user for a value or a change
  360. (setq value
  361. (read-string
  362. (format "Set effort (hh:mm or mm%s): "
  363. (if current
  364. (format ", prefix + to add to %s" org-clock-effort)
  365. "")))))
  366. (when (stringp value)
  367. ;; A string. See if it is a delta
  368. (setq sign (string-to-char value))
  369. (if (member sign '(?- ?+))
  370. (setq current (org-hh:mm-string-to-minutes (substring current 1)))
  371. (setq current 0))
  372. (setq value (org-hh:mm-string-to-minutes value))
  373. (if (equal ?- sign)
  374. (setq value (- current value))
  375. (if (equal ?+ sign) (setq value (+ current value)))))
  376. (setq value (max 0 value)
  377. org-clock-effort (org-minutes-to-hh:mm-string value))
  378. (org-entry-put org-clock-marker "Effort" org-clock-effort)
  379. (org-clock-update-mode-line)
  380. (message "Effort is now %s" org-clock-effort))))
  381. (defvar org-clock-notification-was-shown nil
  382. "Shows if we have shown notification already.")
  383. (defun org-clock-notify-once-if-expired ()
  384. "Show notification if we spent more time than we estimated before.
  385. Notification is shown only once."
  386. (when (marker-buffer org-clock-marker)
  387. (let ((effort-in-minutes (org-hh:mm-string-to-minutes org-clock-effort))
  388. (clocked-time (org-clock-get-clocked-time)))
  389. (if (>= clocked-time effort-in-minutes)
  390. (unless org-clock-notification-was-shown
  391. (setq org-clock-notification-was-shown t)
  392. (org-notify
  393. (format "Task '%s' should be finished by now. (%s)"
  394. org-clock-heading org-clock-effort) t))
  395. (setq org-clock-notification-was-shown nil)))))
  396. (defun org-notify (notification &optional play-sound)
  397. "Send a NOTIFICATION and maybe PLAY-SOUND."
  398. (org-show-notification notification)
  399. (if play-sound (org-clock-play-sound)))
  400. (defun org-show-notification (notification)
  401. "Show notification.
  402. Use `org-show-notification-handler' if defined,
  403. use libnotify if available, or fall back on a message."
  404. (cond ((functionp org-show-notification-handler)
  405. (funcall org-show-notification-handler notification))
  406. ((stringp org-show-notification-handler)
  407. (start-process "emacs-timer-notification" nil
  408. org-show-notification-handler notification))
  409. ((org-program-exists "notify-send")
  410. (start-process "emacs-timer-notification" nil
  411. "notify-send" notification))
  412. ;; Maybe the handler will send a message, so only use message as
  413. ;; a fall back option
  414. (t (message notification))))
  415. (defun org-clock-play-sound ()
  416. "Play sound as configured by `org-clock-sound'.
  417. Use alsa's aplay tool if available."
  418. (cond
  419. ((not org-clock-sound))
  420. ((eq org-clock-sound t) (beep t) (beep t))
  421. ((stringp org-clock-sound)
  422. (if (file-exists-p org-clock-sound)
  423. (if (org-program-exists "aplay")
  424. (start-process "org-clock-play-notification" nil
  425. "aplay" org-clock-sound)
  426. (condition-case nil
  427. (play-sound-file org-clock-sound)
  428. (error (beep t) (beep t))))))))
  429. (defun org-program-exists (program-name)
  430. "Checks whenever we can locate program and launch it."
  431. (if (eq system-type 'gnu/linux)
  432. (= 0 (call-process "which" nil nil nil program-name))))
  433. (defvar org-clock-mode-line-entry nil
  434. "Information for the modeline about the running clock.")
  435. (defun org-clock-in (&optional select)
  436. "Start the clock on the current item.
  437. If necessary, clock-out of the currently active clock.
  438. With prefix arg SELECT, offer a list of recently clocked tasks to
  439. clock into. When SELECT is `C-u C-u', clock into the current task and mark
  440. is as the default task, a special task that will always be offered in
  441. the clocking selection, associated with the letter `d'."
  442. (interactive "P")
  443. (setq org-clock-notification-was-shown nil)
  444. (catch 'abort
  445. (let ((interrupting (marker-buffer org-clock-marker))
  446. ts selected-task target-pos (msg-extra ""))
  447. (when (equal select '(4))
  448. (setq selected-task (org-clock-select-task "Clock-in on task: "))
  449. (if selected-task
  450. (setq selected-task (copy-marker selected-task))
  451. (error "Abort")))
  452. (when interrupting
  453. ;; We are interrupting the clocking of a different task.
  454. ;; Save a marker to this task, so that we can go back.
  455. (move-marker org-clock-interrupted-task
  456. (marker-position org-clock-marker)
  457. (marker-buffer org-clock-marker))
  458. (org-clock-out t))
  459. (when (equal select '(16))
  460. ;; Mark as default clocking task
  461. (org-clock-mark-default-task))
  462. (setq target-pos (point)) ;; we want to clock in at this location
  463. (run-hooks 'org-clock-in-prepare-hook)
  464. (save-excursion
  465. (when (and selected-task (marker-buffer selected-task))
  466. ;; There is a selected task, move to the correct buffer
  467. ;; and set the new target position.
  468. (set-buffer (org-base-buffer (marker-buffer selected-task)))
  469. (setq target-pos (marker-position selected-task))
  470. (move-marker selected-task nil))
  471. (save-excursion
  472. (save-restriction
  473. (widen)
  474. (goto-char target-pos)
  475. (org-back-to-heading t)
  476. (or interrupting (move-marker org-clock-interrupted-task nil))
  477. (org-clock-history-push)
  478. (cond ((functionp org-clock-in-switch-to-state)
  479. (looking-at org-complex-heading-regexp)
  480. (let ((newstate (funcall org-clock-in-switch-to-state
  481. (match-string 2))))
  482. (if newstate (org-todo newstate))))
  483. ((and org-clock-in-switch-to-state
  484. (not (looking-at (concat outline-regexp "[ \t]*"
  485. org-clock-in-switch-to-state
  486. "\\>"))))
  487. (org-todo org-clock-in-switch-to-state)))
  488. (setq org-clock-heading-for-remember
  489. (and (looking-at org-complex-heading-regexp)
  490. (match-end 4)
  491. (org-trim (buffer-substring (match-end 1)
  492. (match-end 4)))))
  493. (setq org-clock-heading
  494. (cond ((and org-clock-heading-function
  495. (functionp org-clock-heading-function))
  496. (funcall org-clock-heading-function))
  497. ((looking-at org-complex-heading-regexp)
  498. (match-string 4))
  499. (t "???")))
  500. (setq org-clock-heading (org-propertize org-clock-heading
  501. 'face nil))
  502. (org-clock-find-position org-clock-in-resume)
  503. (cond
  504. ((and org-clock-in-resume
  505. (looking-at
  506. (concat "^[ \t]* " org-clock-string
  507. " \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
  508. " +\\sw+\.? +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")))
  509. (message "Matched %s" (match-string 1))
  510. (setq ts (concat "[" (match-string 1) "]"))
  511. (goto-char (match-end 1))
  512. (setq org-clock-start-time
  513. (apply 'encode-time
  514. (org-parse-time-string (match-string 1))))
  515. (setq org-clock-effort (org-get-effort))
  516. (setq org-clock-total-time (org-clock-sum-current-item
  517. (org-clock-get-sum-start))))
  518. ((eq org-clock-in-resume 'auto-restart)
  519. ;; called from org-clock-load during startup,
  520. ;; do not interrupt, but warn!
  521. (message "Cannot restart clock because task does not contain unfinished clock")
  522. (ding)
  523. (sit-for 2)
  524. (throw 'abort nil))
  525. (t
  526. (insert-before-markers "\n")
  527. (backward-char 1)
  528. (org-indent-line-function)
  529. (when (and (save-excursion
  530. (end-of-line 0)
  531. (org-in-item-p)))
  532. (beginning-of-line 1)
  533. (org-indent-line-to (- (org-get-indentation) 2)))
  534. (insert org-clock-string " ")
  535. (setq org-clock-effort (org-get-effort))
  536. (setq org-clock-total-time (org-clock-sum-current-item
  537. (org-clock-get-sum-start)))
  538. (setq org-clock-start-time (current-time))
  539. (setq ts (org-insert-time-stamp org-clock-start-time
  540. 'with-hm 'inactive))))
  541. (move-marker org-clock-marker (point) (buffer-base-buffer))
  542. (move-marker org-clock-hd-marker
  543. (save-excursion (org-back-to-heading t) (point))
  544. (buffer-base-buffer))
  545. (or global-mode-string (setq global-mode-string '("")))
  546. (or (memq 'org-mode-line-string global-mode-string)
  547. (setq global-mode-string
  548. (append global-mode-string '(org-mode-line-string))))
  549. (org-clock-update-mode-line)
  550. (setq org-clock-mode-line-timer
  551. (run-with-timer 60 60 'org-clock-update-mode-line))
  552. (message "Clock starts at %s - %s" ts msg-extra)
  553. (run-hooks 'org-clock-in-hook)))))))
  554. (defun org-clock-mark-default-task ()
  555. "Mark current task as default task."
  556. (interactive)
  557. (save-excursion
  558. (org-back-to-heading t)
  559. (move-marker org-clock-default-task (point))))
  560. (defvar msg-extra)
  561. (defun org-clock-get-sum-start ()
  562. "Return the time from which clock times should be counted.
  563. This is for the currently running clock as it is displayed
  564. in the mode line. This function looks at the properties
  565. LAST_REPEAT and in particular CLOCK_MODELINE_TOTAL and the
  566. corresponding variable `org-clock-modeline-total' and then
  567. decides which time to use."
  568. (let ((cmt (or (org-entry-get nil "CLOCK_MODELINE_TOTAL")
  569. (symbol-name org-clock-modeline-total)))
  570. (lr (org-entry-get nil "LAST_REPEAT")))
  571. (cond
  572. ((equal cmt "current")
  573. (setq msg-extra "showing time in current clock instance")
  574. (current-time))
  575. ((equal cmt "today")
  576. (setq msg-extra "showing today's task time.")
  577. (let* ((dt (decode-time (current-time))))
  578. (setq dt (append (list 0 0 0) (nthcdr 3 dt)))
  579. (if org-extend-today-until
  580. (setf (nth 2 dt) org-extend-today-until))
  581. (apply 'encode-time dt)))
  582. ((or (equal cmt "all")
  583. (and (or (not cmt) (equal cmt "auto"))
  584. (not lr)))
  585. (setq msg-extra "showing entire task time.")
  586. nil)
  587. ((or (equal cmt "repeat")
  588. (and (or (not cmt) (equal cmt "auto"))
  589. lr))
  590. (setq msg-extra "showing task time since last repeat.")
  591. (if (not lr)
  592. nil
  593. (org-time-string-to-time lr)))
  594. (t nil))))
  595. (defun org-clock-find-position (find-unclosed)
  596. "Find the location where the next clock line should be inserted.
  597. When FIND-UNCLOSED is non-nil, first check if there is an unclosed clock
  598. line and position cursor in that line."
  599. (org-back-to-heading t)
  600. (catch 'exit
  601. (let ((beg (save-excursion
  602. (beginning-of-line 2)
  603. (or (bolp) (newline))
  604. (point)))
  605. (end (progn (outline-next-heading) (point)))
  606. (re (concat "^[ \t]*" org-clock-string))
  607. (cnt 0)
  608. (drawer (if (stringp org-clock-into-drawer)
  609. org-clock-into-drawer "LOGBOOK"))
  610. first last ind-last)
  611. (goto-char beg)
  612. (when (and find-unclosed
  613. (re-search-forward
  614. (concat "^[ \t]* " org-clock-string
  615. " \\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}"
  616. " +\\sw+ +[012][0-9]:[0-5][0-9]\\)\\][ \t]*$")
  617. end t))
  618. (beginning-of-line 1)
  619. (throw 'exit t))
  620. (when (eobp) (newline) (setq end (max (point) end)))
  621. (when (re-search-forward (concat "^[ \t]*:" drawer ":") end t)
  622. ;; we seem to have a CLOCK drawer, so go there.
  623. (beginning-of-line 2)
  624. (or org-log-states-order-reversed
  625. (and (re-search-forward org-property-end-re nil t)
  626. (goto-char (match-beginning 0))))
  627. (throw 'exit t))
  628. ;; Lets count the CLOCK lines
  629. (goto-char beg)
  630. (while (re-search-forward re end t)
  631. (setq first (or first (match-beginning 0))
  632. last (match-beginning 0)
  633. cnt (1+ cnt)))
  634. (when (and (integerp org-clock-into-drawer)
  635. last
  636. (>= (1+ cnt) org-clock-into-drawer))
  637. ;; Wrap current entries into a new drawer
  638. (goto-char last)
  639. (setq ind-last (org-get-indentation))
  640. (beginning-of-line 2)
  641. (if (and (>= (org-get-indentation) ind-last)
  642. (org-at-item-p))
  643. (org-end-of-item))
  644. (insert ":END:\n")
  645. (beginning-of-line 0)
  646. (org-indent-line-to ind-last)
  647. (goto-char first)
  648. (insert ":" drawer ":\n")
  649. (beginning-of-line 0)
  650. (org-indent-line-function)
  651. (org-flag-drawer t)
  652. (beginning-of-line 2)
  653. (or org-log-states-order-reversed
  654. (and (re-search-forward org-property-end-re nil t)
  655. (goto-char (match-beginning 0))))
  656. (throw 'exit nil))
  657. (goto-char beg)
  658. (while (and (looking-at (concat "[ \t]*" org-keyword-time-regexp))
  659. (not (equal (match-string 1) org-clock-string)))
  660. ;; Planning info, skip to after it
  661. (beginning-of-line 2)
  662. (or (bolp) (newline)))
  663. (when (or (eq org-clock-into-drawer t)
  664. (stringp org-clock-into-drawer)
  665. (and (integerp org-clock-into-drawer)
  666. (< org-clock-into-drawer 2)))
  667. (insert ":" drawer ":\n:END:\n")
  668. (beginning-of-line -1)
  669. (org-indent-line-function)
  670. (org-flag-drawer t)
  671. (beginning-of-line 2)
  672. (org-indent-line-function)
  673. (beginning-of-line)
  674. (or org-log-states-order-reversed
  675. (and (re-search-forward org-property-end-re nil t)
  676. (goto-char (match-beginning 0))))))))
  677. (defun org-clock-out (&optional fail-quietly)
  678. "Stop the currently running clock.
  679. If there is no running clock, throw an error, unless FAIL-QUIETLY is set."
  680. (interactive)
  681. (catch 'exit
  682. (if (not (marker-buffer org-clock-marker))
  683. (if fail-quietly (throw 'exit t) (error "No active clock")))
  684. (let (ts te s h m remove)
  685. (save-excursion
  686. (set-buffer (marker-buffer org-clock-marker))
  687. (save-restriction
  688. (widen)
  689. (goto-char org-clock-marker)
  690. (beginning-of-line 1)
  691. (if (and (looking-at (concat "[ \t]*" org-keyword-time-regexp))
  692. (equal (match-string 1) org-clock-string))
  693. (setq ts (match-string 2))
  694. (if fail-quietly (throw 'exit nil) (error "Clock start time is gone")))
  695. (goto-char (match-end 0))
  696. (delete-region (point) (point-at-eol))
  697. (insert "--")
  698. (setq te (org-insert-time-stamp (current-time) 'with-hm 'inactive))
  699. (setq s (- (org-float-time (apply 'encode-time (org-parse-time-string te)))
  700. (org-float-time (apply 'encode-time (org-parse-time-string ts))))
  701. h (floor (/ s 3600))
  702. s (- s (* 3600 h))
  703. m (floor (/ s 60))
  704. s (- s (* 60 s)))
  705. (insert " => " (format "%2d:%02d" h m))
  706. (when (setq remove (and org-clock-out-remove-zero-time-clocks
  707. (= (+ h m) 0)))
  708. (beginning-of-line 1)
  709. (delete-region (point) (point-at-eol))
  710. (and (looking-at "\n") (> (point-max) (1+ (point)))
  711. (delete-char 1)))
  712. (move-marker org-clock-marker nil)
  713. (move-marker org-clock-hd-marker nil)
  714. (when org-log-note-clock-out
  715. (org-add-log-setup 'clock-out nil nil nil nil
  716. (concat "# Task: " (org-get-heading t) "\n\n")))
  717. (when org-clock-mode-line-timer
  718. (cancel-timer org-clock-mode-line-timer)
  719. (setq org-clock-mode-line-timer nil))
  720. (setq global-mode-string
  721. (delq 'org-mode-line-string global-mode-string))
  722. (when org-clock-out-switch-to-state
  723. (save-excursion
  724. (org-back-to-heading t)
  725. (let ((org-inhibit-logging t))
  726. (cond
  727. ((functionp org-clock-out-switch-to-state)
  728. (looking-at org-complex-heading-regexp)
  729. (let ((newstate (funcall org-clock-out-switch-to-state
  730. (match-string 2))))
  731. (if newstate (org-todo newstate))))
  732. ((and org-clock-out-switch-to-state
  733. (not (looking-at (concat outline-regexp "[ \t]*"
  734. org-clock-out-switch-to-state
  735. "\\>"))))
  736. (org-todo org-clock-out-switch-to-state))))))
  737. (force-mode-line-update)
  738. (message (concat "Clock stopped at %s after HH:MM = " org-time-clocksum-format "%s") te h m
  739. (if remove " => LINE REMOVED" ""))
  740. (run-hooks 'org-clock-out-hook))))))
  741. (defun org-clock-cancel ()
  742. "Cancel the running clock be removing the start timestamp."
  743. (interactive)
  744. (if (not (marker-buffer org-clock-marker))
  745. (error "No active clock"))
  746. (save-excursion
  747. (set-buffer (marker-buffer org-clock-marker))
  748. (goto-char org-clock-marker)
  749. (delete-region (1- (point-at-bol)) (point-at-eol)))
  750. (move-marker 'org-clock-marker nil)
  751. (move-marker 'org-clock-hd-marker nil)
  752. (setq global-mode-string
  753. (delq 'org-mode-line-string global-mode-string))
  754. (force-mode-line-update)
  755. (message "Clock canceled")
  756. (run-hooks 'org-clock-cancel-hook))
  757. (defun org-clock-goto (&optional select)
  758. "Go to the currently clocked-in entry, or to the most recently clocked one.
  759. With prefix arg SELECT, offer recently clocked tasks for selection."
  760. (interactive "@P")
  761. (let* ((recent nil)
  762. (m (cond
  763. (select
  764. (or (org-clock-select-task "Select task to go to: ")
  765. (error "No task selected")))
  766. ((marker-buffer org-clock-marker) org-clock-marker)
  767. ((and org-clock-goto-may-find-recent-task
  768. (car org-clock-history)
  769. (marker-buffer (car org-clock-history)))
  770. (setq recent t)
  771. (car org-clock-history))
  772. (t (error "No active or recent clock task")))))
  773. (switch-to-buffer (marker-buffer m))
  774. (if (or (< m (point-min)) (> m (point-max))) (widen))
  775. (goto-char m)
  776. (org-show-entry)
  777. (org-back-to-heading t)
  778. (org-cycle-hide-drawers 'children)
  779. (recenter)
  780. (if recent
  781. (message "No running clock, this is the most recently clocked task"))
  782. (run-hooks 'org-clock-goto-hook)))
  783. (defvar org-clock-file-total-minutes nil
  784. "Holds the file total time in minutes, after a call to `org-clock-sum'.")
  785. (make-variable-buffer-local 'org-clock-file-total-minutes)
  786. (defun org-clock-sum (&optional tstart tend)
  787. "Sum the times for each subtree.
  788. Puts the resulting times in minutes as a text property on each headline.
  789. TSTART and TEND can mark a time range to be considered."
  790. (interactive)
  791. (let* ((bmp (buffer-modified-p))
  792. (re (concat "^\\(\\*+\\)[ \t]\\|^[ \t]*"
  793. org-clock-string
  794. "[ \t]*\\(?:\\(\\[.*?\\]\\)-+\\(\\[.*?\\]\\)\\|=>[ \t]+\\([0-9]+\\):\\([0-9]+\\)\\)"))
  795. (lmax 30)
  796. (ltimes (make-vector lmax 0))
  797. (t1 0)
  798. (level 0)
  799. ts te dt
  800. time)
  801. (if (stringp tstart) (setq tstart (org-time-string-to-seconds tstart)))
  802. (if (stringp tend) (setq tend (org-time-string-to-seconds tend)))
  803. (if (consp tstart) (setq tstart (org-float-time tstart)))
  804. (if (consp tend) (setq tend (org-float-time tend)))
  805. (remove-text-properties (point-min) (point-max) '(:org-clock-minutes t))
  806. (save-excursion
  807. (goto-char (point-max))
  808. (while (re-search-backward re nil t)
  809. (cond
  810. ((match-end 2)
  811. ;; Two time stamps
  812. (setq ts (match-string 2)
  813. te (match-string 3)
  814. ts (org-float-time
  815. (apply 'encode-time (org-parse-time-string ts)))
  816. te (org-float-time
  817. (apply 'encode-time (org-parse-time-string te)))
  818. ts (if tstart (max ts tstart) ts)
  819. te (if tend (min te tend) te)
  820. dt (- te ts)
  821. t1 (if (> dt 0) (+ t1 (floor (/ dt 60))) t1)))
  822. ((match-end 4)
  823. ;; A naked time
  824. (setq t1 (+ t1 (string-to-number (match-string 5))
  825. (* 60 (string-to-number (match-string 4))))))
  826. (t ;; A headline
  827. (setq level (- (match-end 1) (match-beginning 1)))
  828. (when (or (> t1 0) (> (aref ltimes level) 0))
  829. (loop for l from 0 to level do
  830. (aset ltimes l (+ (aref ltimes l) t1)))
  831. (setq t1 0 time (aref ltimes level))
  832. (loop for l from level to (1- lmax) do
  833. (aset ltimes l 0))
  834. (goto-char (match-beginning 0))
  835. (put-text-property (point) (point-at-eol) :org-clock-minutes time)))))
  836. (setq org-clock-file-total-minutes (aref ltimes 0)))
  837. (set-buffer-modified-p bmp)))
  838. (defun org-clock-sum-current-item (&optional tstart)
  839. "Returns time, clocked on current item in total"
  840. (save-excursion
  841. (save-restriction
  842. (org-narrow-to-subtree)
  843. (org-clock-sum tstart)
  844. org-clock-file-total-minutes)))
  845. (defun org-clock-display (&optional total-only)
  846. "Show subtree times in the entire buffer.
  847. If TOTAL-ONLY is non-nil, only show the total time for the entire file
  848. in the echo area."
  849. (interactive)
  850. (org-clock-remove-overlays)
  851. (let (time h m p)
  852. (org-clock-sum)
  853. (unless total-only
  854. (save-excursion
  855. (goto-char (point-min))
  856. (while (or (and (equal (setq p (point)) (point-min))
  857. (get-text-property p :org-clock-minutes))
  858. (setq p (next-single-property-change
  859. (point) :org-clock-minutes)))
  860. (goto-char p)
  861. (when (setq time (get-text-property p :org-clock-minutes))
  862. (org-clock-put-overlay time (funcall outline-level))))
  863. (setq h (/ org-clock-file-total-minutes 60)
  864. m (- org-clock-file-total-minutes (* 60 h)))
  865. ;; Arrange to remove the overlays upon next change.
  866. (when org-remove-highlights-with-change
  867. (org-add-hook 'before-change-functions 'org-clock-remove-overlays
  868. nil 'local))))
  869. (message (concat "Total file time: " org-time-clocksum-format " (%d hours and %d minutes)") h m h m)))
  870. (defvar org-clock-overlays nil)
  871. (make-variable-buffer-local 'org-clock-overlays)
  872. (defun org-clock-put-overlay (time &optional level)
  873. "Put an overlays on the current line, displaying TIME.
  874. If LEVEL is given, prefix time with a corresponding number of stars.
  875. This creates a new overlay and stores it in `org-clock-overlays', so that it
  876. will be easy to remove."
  877. (let* ((c 60) (h (floor (/ time 60))) (m (- time (* 60 h)))
  878. (l (if level (org-get-valid-level level 0) 0))
  879. (fmt (concat "%s " org-time-clocksum-format "%s"))
  880. (off 0)
  881. ov tx)
  882. (org-move-to-column c)
  883. (unless (eolp) (skip-chars-backward "^ \t"))
  884. (skip-chars-backward " \t")
  885. (setq ov (org-make-overlay (1- (point)) (point-at-eol))
  886. tx (concat (buffer-substring (1- (point)) (point))
  887. (make-string (+ off (max 0 (- c (current-column)))) ?.)
  888. (org-add-props (format fmt
  889. (make-string l ?*) h m
  890. (make-string (- 16 l) ?\ ))
  891. (list 'face 'org-clock-overlay))
  892. ""))
  893. (if (not (featurep 'xemacs))
  894. (org-overlay-put ov 'display tx)
  895. (org-overlay-put ov 'invisible t)
  896. (org-overlay-put ov 'end-glyph (make-glyph tx)))
  897. (push ov org-clock-overlays)))
  898. (defun org-clock-remove-overlays (&optional beg end noremove)
  899. "Remove the occur highlights from the buffer.
  900. BEG and END are ignored. If NOREMOVE is nil, remove this function
  901. from the `before-change-functions' in the current buffer."
  902. (interactive)
  903. (unless org-inhibit-highlight-removal
  904. (mapc 'org-delete-overlay org-clock-overlays)
  905. (setq org-clock-overlays nil)
  906. (unless noremove
  907. (remove-hook 'before-change-functions
  908. 'org-clock-remove-overlays 'local))))
  909. (defvar state) ;; dynamically scoped into this function
  910. (defun org-clock-out-if-current ()
  911. "Clock out if the current entry contains the running clock.
  912. This is used to stop the clock after a TODO entry is marked DONE,
  913. and is only done if the variable `org-clock-out-when-done' is not nil."
  914. (when (and org-clock-out-when-done
  915. (member state org-done-keywords)
  916. (equal (or (buffer-base-buffer (marker-buffer org-clock-marker))
  917. (marker-buffer org-clock-marker))
  918. (or (buffer-base-buffer (current-buffer))
  919. (current-buffer)))
  920. (< (point) org-clock-marker)
  921. (> (save-excursion (outline-next-heading) (point))
  922. org-clock-marker))
  923. ;; Clock out, but don't accept a logging message for this.
  924. (let ((org-log-note-clock-out nil))
  925. (org-clock-out))))
  926. (add-hook 'org-after-todo-state-change-hook
  927. 'org-clock-out-if-current)
  928. ;;;###autoload
  929. (defun org-get-clocktable (&rest props)
  930. "Get a formatted clocktable with parameters according to PROPS.
  931. The table is created in a temporary buffer, fully formatted and
  932. fontified, and then returned."
  933. ;; Set the defaults
  934. (setq props (plist-put props :name "clocktable"))
  935. (unless (plist-member props :maxlevel)
  936. (setq props (plist-put props :maxlevel 2)))
  937. (unless (plist-member props :scope)
  938. (setq props (plist-put props :scope 'agenda)))
  939. (with-temp-buffer
  940. (org-mode)
  941. (org-create-dblock props)
  942. (org-update-dblock)
  943. (font-lock-fontify-buffer)
  944. (forward-line 2)
  945. (buffer-substring (point) (progn
  946. (re-search-forward "^#\\+END" nil t)
  947. (point-at-bol)))))
  948. (defun org-clock-report (&optional arg)
  949. "Create a table containing a report about clocked time.
  950. If the cursor is inside an existing clocktable block, then the table
  951. will be updated. If not, a new clocktable will be inserted.
  952. When called with a prefix argument, move to the first clock table in the
  953. buffer and update it."
  954. (interactive "P")
  955. (org-clock-remove-overlays)
  956. (when arg
  957. (org-find-dblock "clocktable")
  958. (org-show-entry))
  959. (if (org-in-clocktable-p)
  960. (goto-char (org-in-clocktable-p))
  961. (org-create-dblock (list :name "clocktable"
  962. :maxlevel 2 :scope 'file)))
  963. (org-update-dblock))
  964. (defun org-in-clocktable-p ()
  965. "Check if the cursor is in a clocktable."
  966. (let ((pos (point)) start)
  967. (save-excursion
  968. (end-of-line 1)
  969. (and (re-search-backward "^#\\+BEGIN:[ \t]+clocktable" nil t)
  970. (setq start (match-beginning 0))
  971. (re-search-forward "^#\\+END:.*" nil t)
  972. (>= (match-end 0) pos)
  973. start))))
  974. (defun org-clock-special-range (key &optional time as-strings)
  975. "Return two times bordering a special time range.
  976. Key is a symbol specifying the range and can be one of `today', `yesterday',
  977. `thisweek', `lastweek', `thismonth', `lastmonth', `thisyear', `lastyear'.
  978. A week starts Monday 0:00 and ends Sunday 24:00.
  979. The range is determined relative to TIME. TIME defaults to the current time.
  980. The return value is a cons cell with two internal times like the ones
  981. returned by `current time' or `encode-time'. if AS-STRINGS is non-nil,
  982. the returned times will be formatted strings."
  983. (if (integerp key) (setq key (intern (number-to-string key))))
  984. (let* ((tm (decode-time (or time (current-time))))
  985. (s 0) (m (nth 1 tm)) (h (nth 2 tm))
  986. (d (nth 3 tm)) (month (nth 4 tm)) (y (nth 5 tm))
  987. (dow (nth 6 tm))
  988. (skey (symbol-name key))
  989. (shift 0)
  990. s1 m1 h1 d1 month1 y1 diff ts te fm txt w date)
  991. (cond
  992. ((string-match "^[0-9]+$" skey)
  993. (setq y (string-to-number skey) m 1 d 1 key 'year))
  994. ((string-match "^\\([0-9]+\\)-\\([0-9]\\{1,2\\}\\)$" skey)
  995. (setq y (string-to-number (match-string 1 skey))
  996. month (string-to-number (match-string 2 skey))
  997. d 1 key 'month))
  998. ((string-match "^\\([0-9]+\\)-[wW]\\([0-9]\\{1,2\\}\\)$" skey)
  999. (require 'cal-iso)
  1000. (setq y (string-to-number (match-string 1 skey))
  1001. w (string-to-number (match-string 2 skey)))
  1002. (setq date (calendar-gregorian-from-absolute
  1003. (calendar-absolute-from-iso (list w 1 y))))
  1004. (setq d (nth 1 date) month (car date) y (nth 2 date)
  1005. dow 1
  1006. key 'week))
  1007. ((string-match "^\\([0-9]+\\)-\\([0-9]\\{1,2\\}\\)-\\([0-9]\\{1,2\\}\\)$" skey)
  1008. (setq y (string-to-number (match-string 1 skey))
  1009. month (string-to-number (match-string 2 skey))
  1010. d (string-to-number (match-string 3 skey))
  1011. key 'day))
  1012. ((string-match "\\([-+][0-9]+\\)$" skey)
  1013. (setq shift (string-to-number (match-string 1 skey))
  1014. key (intern (substring skey 0 (match-beginning 1))))))
  1015. (when (= shift 0)
  1016. (cond ((eq key 'yesterday) (setq key 'today shift -1))
  1017. ((eq key 'lastweek) (setq key 'week shift -1))
  1018. ((eq key 'lastmonth) (setq key 'month shift -1))
  1019. ((eq key 'lastyear) (setq key 'year shift -1))))
  1020. (cond
  1021. ((memq key '(day today))
  1022. (setq d (+ d shift) h 0 m 0 h1 24 m1 0))
  1023. ((memq key '(week thisweek))
  1024. (setq diff (+ (* -7 shift) (if (= dow 0) 6 (1- dow)))
  1025. m 0 h 0 d (- d diff) d1 (+ 7 d)))
  1026. ((memq key '(month thismonth))
  1027. (setq d 1 h 0 m 0 d1 1 month (+ month shift) month1 (1+ month) h1 0 m1 0))
  1028. ((memq key '(year thisyear))
  1029. (setq m 0 h 0 d 1 month 1 y (+ y shift) y1 (1+ y)))
  1030. (t (error "No such time block %s" key)))
  1031. (setq ts (encode-time s m h d month y)
  1032. te (encode-time (or s1 s) (or m1 m) (or h1 h)
  1033. (or d1 d) (or month1 month) (or y1 y)))
  1034. (setq fm (cdr org-time-stamp-formats))
  1035. (cond
  1036. ((memq key '(day today))
  1037. (setq txt (format-time-string "%A, %B %d, %Y" ts)))
  1038. ((memq key '(week thisweek))
  1039. (setq txt (format-time-string "week %G-W%V" ts)))
  1040. ((memq key '(month thismonth))
  1041. (setq txt (format-time-string "%B %Y" ts)))
  1042. ((memq key '(year thisyear))
  1043. (setq txt (format-time-string "the year %Y" ts))))
  1044. (if as-strings
  1045. (list (format-time-string fm ts) (format-time-string fm te) txt)
  1046. (list ts te txt))))
  1047. (defun org-clocktable-shift (dir n)
  1048. "Try to shift the :block date of the clocktable at point.
  1049. Point must be in the #+BEGIN: line of a clocktable, or this function
  1050. will throw an error.
  1051. DIR is a direction, a symbol `left', `right', `up', or `down'.
  1052. Both `left' and `down' shift the block toward the past, `up' and `right'
  1053. push it toward the future.
  1054. N is the number of shift steps to take. The size of the step depends on
  1055. the currently selected interval size."
  1056. (setq n (prefix-numeric-value n))
  1057. (and (memq dir '(left down)) (setq n (- n)))
  1058. (save-excursion
  1059. (goto-char (point-at-bol))
  1060. (if (not (looking-at "#\\+BEGIN: clocktable\\>.*?:block[ \t]+\\(\\S-+\\)"))
  1061. (error "Line needs a :block definition before this command works")
  1062. (let* ((b (match-beginning 1)) (e (match-end 1))
  1063. (s (match-string 1))
  1064. block shift ins y mw d date wp m)
  1065. (cond
  1066. ((equal s "yesterday") (setq s "today-1"))
  1067. ((equal s "lastweek") (setq s "thisweek-1"))
  1068. ((equal s "lastmonth") (setq s "thismonth-1"))
  1069. ((equal s "lastyear") (setq s "thisyear-1")))
  1070. (cond
  1071. ((string-match "^\\(today\\|thisweek\\|thismonth\\|thisyear\\)\\([-+][0-9]+\\)?$" s)
  1072. (setq block (match-string 1 s)
  1073. shift (if (match-end 2)
  1074. (string-to-number (match-string 2 s))
  1075. 0))
  1076. (setq shift (+ shift n))
  1077. (setq ins (if (= shift 0) block (format "%s%+d" block shift))))
  1078. ((string-match "\\([0-9]+\\)\\(-\\([wW]?\\)\\([0-9]\\{1,2\\}\\)\\(-\\([0-9]\\{1,2\\}\\)\\)?\\)?" s)
  1079. ;; 1 1 2 3 3 4 4 5 6 6 5 2
  1080. (setq y (string-to-number (match-string 1 s))
  1081. wp (and (match-end 3) (match-string 3 s))
  1082. mw (and (match-end 4) (string-to-number (match-string 4 s)))
  1083. d (and (match-end 6) (string-to-number (match-string 6 s))))
  1084. (cond
  1085. (d (setq ins (format-time-string
  1086. "%Y-%m-%d"
  1087. (encode-time 0 0 0 (+ d n) m y))))
  1088. ((and wp mw (> (length wp) 0))
  1089. (require 'cal-iso)
  1090. (setq date (calendar-gregorian-from-absolute (calendar-absolute-from-iso (list (+ mw n) 1 y))))
  1091. (setq ins (format-time-string
  1092. "%G-W%V"
  1093. (encode-time 0 0 0 (nth 1 date) (car date) (nth 2 date)))))
  1094. (mw
  1095. (setq ins (format-time-string
  1096. "%Y-%m"
  1097. (encode-time 0 0 0 1 (+ mw n) y))))
  1098. (y
  1099. (setq ins (number-to-string (+ y n))))))
  1100. (t (error "Cannot shift clocktable block")))
  1101. (when ins
  1102. (goto-char b)
  1103. (insert ins)
  1104. (delete-region (point) (+ (point) (- e b)))
  1105. (beginning-of-line 1)
  1106. (org-update-dblock)
  1107. t)))))
  1108. (defun org-dblock-write:clocktable (params)
  1109. "Write the standard clocktable."
  1110. (catch 'exit
  1111. (let* ((hlchars '((1 . "*") (2 . "/")))
  1112. (ins (make-marker))
  1113. (total-time nil)
  1114. (scope (plist-get params :scope))
  1115. (tostring (plist-get params :tostring))
  1116. (multifile (plist-get params :multifile))
  1117. (header (plist-get params :header))
  1118. (maxlevel (or (plist-get params :maxlevel) 3))
  1119. (step (plist-get params :step))
  1120. (emph (plist-get params :emphasize))
  1121. (timestamp (plist-get params :timestamp))
  1122. (ts (plist-get params :tstart))
  1123. (te (plist-get params :tend))
  1124. (block (plist-get params :block))
  1125. (link (plist-get params :link))
  1126. ipos time p level hlc hdl tsp props content recalc formula pcol
  1127. cc beg end pos tbl tbl1 range-text rm-file-column scope-is-list st)
  1128. (setq org-clock-file-total-minutes nil)
  1129. (when step
  1130. (unless (or block (and ts te))
  1131. (error "Clocktable `:step' can only be used with `:block' or `:tstart,:end'"))
  1132. (org-clocktable-steps params)
  1133. (throw 'exit nil))
  1134. (when block
  1135. (setq cc (org-clock-special-range block nil t)
  1136. ts (car cc) te (nth 1 cc) range-text (nth 2 cc)))
  1137. (when (integerp ts) (setq ts (calendar-gregorian-from-absolute ts)))
  1138. (when (integerp te) (setq te (calendar-gregorian-from-absolute te)))
  1139. (when (and ts (listp ts))
  1140. (setq ts (format "%4d-%02d-%02d" (nth 2 ts) (car ts) (nth 1 ts))))
  1141. (when (and te (listp te))
  1142. (setq te (format "%4d-%02d-%02d" (nth 2 te) (car te) (nth 1 te))))
  1143. ;; Now the times are strings we can parse.
  1144. (if ts (setq ts (org-float-time
  1145. (apply 'encode-time (org-parse-time-string ts)))))
  1146. (if te (setq te (org-float-time
  1147. (apply 'encode-time (org-parse-time-string te)))))
  1148. (move-marker ins (point))
  1149. (setq ipos (point))
  1150. ;; Get the right scope
  1151. (setq pos (point))
  1152. (cond
  1153. ((and scope (listp scope) (symbolp (car scope)))
  1154. (setq scope (eval scope)))
  1155. ((eq scope 'agenda)
  1156. (setq scope (org-agenda-files t)))
  1157. ((eq scope 'agenda-with-archives)
  1158. (setq scope (org-agenda-files t))
  1159. (setq scope (org-add-archive-files scope)))
  1160. ((eq scope 'file-with-archives)
  1161. (setq scope (org-add-archive-files (list (buffer-file-name)))
  1162. rm-file-column t)))
  1163. (setq scope-is-list (and scope (listp scope)))
  1164. (save-restriction
  1165. (cond
  1166. ((not scope))
  1167. ((eq scope 'file) (widen))
  1168. ((eq scope 'subtree) (org-narrow-to-subtree))
  1169. ((eq scope 'tree)
  1170. (while (org-up-heading-safe))
  1171. (org-narrow-to-subtree))
  1172. ((and (symbolp scope) (string-match "^tree\\([0-9]+\\)$"
  1173. (symbol-name scope)))
  1174. (setq level (string-to-number (match-string 1 (symbol-name scope))))
  1175. (catch 'exit
  1176. (while (org-up-heading-safe)
  1177. (looking-at outline-regexp)
  1178. (if (<= (org-reduced-level (funcall outline-level)) level)
  1179. (throw 'exit nil))))
  1180. (org-narrow-to-subtree))
  1181. (scope-is-list
  1182. (let* ((files scope)
  1183. (scope 'agenda)
  1184. (p1 (copy-sequence params))
  1185. file)
  1186. (setq p1 (plist-put p1 :tostring t))
  1187. (setq p1 (plist-put p1 :multifile t))
  1188. (setq p1 (plist-put p1 :scope 'file))
  1189. (org-prepare-agenda-buffers files)
  1190. (while (setq file (pop files))
  1191. (with-current-buffer (find-buffer-visiting file)
  1192. (setq tbl1 (org-dblock-write:clocktable p1))
  1193. (when tbl1
  1194. (push (org-clocktable-add-file
  1195. file
  1196. (concat "| |*File time*|*"
  1197. (org-minutes-to-hh:mm-string
  1198. org-clock-file-total-minutes)
  1199. "*|\n"
  1200. tbl1)) tbl)
  1201. (setq total-time (+ (or total-time 0)
  1202. org-clock-file-total-minutes))))))))
  1203. (goto-char pos)
  1204. (unless scope-is-list
  1205. (org-clock-sum ts te)
  1206. (goto-char (point-min))
  1207. (setq st t)
  1208. (while (or (and (bobp) (prog1 st (setq st nil))
  1209. (get-text-property (point) :org-clock-minutes)
  1210. (setq p (point-min)))
  1211. (setq p (next-single-property-change (point) :org-clock-minutes)))
  1212. (goto-char p)
  1213. (when (setq time (get-text-property p :org-clock-minutes))
  1214. (save-excursion
  1215. (beginning-of-line 1)
  1216. (when (and (looking-at (org-re "\\(\\*+\\)[ \t]+\\(.*?\\)\\([ \t]+:[[:alnum:]_@:]+:\\)?[ \t]*$"))
  1217. (setq level (org-reduced-level
  1218. (- (match-end 1) (match-beginning 1))))
  1219. (<= level maxlevel))
  1220. (setq hlc (if emph (or (cdr (assoc level hlchars)) "") "")
  1221. hdl (if (not link)
  1222. (match-string 2)
  1223. (org-make-link-string
  1224. (format "file:%s::%s"
  1225. (buffer-file-name)
  1226. (save-match-data
  1227. (org-make-org-heading-search-string
  1228. (match-string 2))))
  1229. (match-string 2)))
  1230. tsp (when timestamp
  1231. (setq props (org-entry-properties (point)))
  1232. (or (cdr (assoc "SCHEDULED" props))
  1233. (cdr (assoc "TIMESTAMP" props))
  1234. (cdr (assoc "DEADLINE" props))
  1235. (cdr (assoc "TIMESTAMP_IA" props)))))
  1236. (if (and (not multifile) (= level 1)) (push "|-" tbl))
  1237. (push (concat
  1238. "| " (int-to-string level) "|"
  1239. (if timestamp (concat tsp "|") "")
  1240. hlc hdl hlc " |"
  1241. (make-string (1- level) ?|)
  1242. hlc (org-minutes-to-hh:mm-string time) hlc
  1243. " |") tbl))))))
  1244. (setq tbl (nreverse tbl))
  1245. (if tostring
  1246. (if tbl (mapconcat 'identity tbl "\n") nil)
  1247. (goto-char ins)
  1248. (insert-before-markers
  1249. (or header
  1250. (concat
  1251. "Clock summary at ["
  1252. (substring
  1253. (format-time-string (cdr org-time-stamp-formats))
  1254. 1 -1)
  1255. "]"
  1256. (if block (concat ", for " range-text ".") "")
  1257. "\n\n"))
  1258. (if scope-is-list "|File" "")
  1259. "|L|" (if timestamp "Timestamp|" "") "Headline|Time|\n")
  1260. (setq total-time (or total-time org-clock-file-total-minutes))
  1261. (insert-before-markers
  1262. "|-\n|"
  1263. (if scope-is-list "|" "")
  1264. (if timestamp "|Timestamp|" "|")
  1265. "*Total time*| *"
  1266. (org-minutes-to-hh:mm-string (or total-time 0))
  1267. "*|\n|-\n")
  1268. (setq tbl (delq nil tbl))
  1269. (if (and (stringp (car tbl)) (> (length (car tbl)) 1)
  1270. (equal (substring (car tbl) 0 2) "|-"))
  1271. (pop tbl))
  1272. (insert-before-markers (mapconcat
  1273. 'identity (delq nil tbl)
  1274. (if scope-is-list "\n|-\n" "\n")))
  1275. (backward-delete-char 1)
  1276. (if (setq formula (plist-get params :formula))
  1277. (cond
  1278. ((eq formula '%)
  1279. (setq pcol (+ (if scope-is-list 1 0) maxlevel 3))
  1280. (insert
  1281. (format
  1282. "\n#+TBLFM: $%d='(org-clock-time%% @%d$%d $%d..$%d);%%.1f"
  1283. pcol
  1284. 2
  1285. (+ 3 (if scope-is-list 1 0))
  1286. (+ (if scope-is-list 1 0) 3)
  1287. (1- pcol)))
  1288. (setq recalc t))
  1289. ((stringp formula)
  1290. (insert "\n#+TBLFM: " formula)
  1291. (setq recalc t))
  1292. (t (error "invalid formula in clocktable")))
  1293. ;; Should we rescue an old formula?
  1294. (when (stringp (setq content (plist-get params :content)))
  1295. (when (string-match "^\\([ \t]*#\\+TBLFM:.*\\)" content)
  1296. (setq recalc t)
  1297. (insert "\n" (match-string 1 (plist-get params :content)))
  1298. (beginning-of-line 0))))
  1299. (goto-char ipos)
  1300. (skip-chars-forward "^|")
  1301. (org-table-align)
  1302. (when recalc
  1303. (if (eq formula '%)
  1304. (save-excursion (org-table-goto-column pcol nil 'force)
  1305. (insert "%")))
  1306. (org-table-recalculate 'all))
  1307. (when rm-file-column
  1308. (forward-char 1)
  1309. (org-table-delete-column)))))))
  1310. (defun org-clocktable-steps (params)
  1311. (let* ((p1 (copy-sequence params))
  1312. (ts (plist-get p1 :tstart))
  1313. (te (plist-get p1 :tend))
  1314. (step0 (plist-get p1 :step))
  1315. (step (cdr (assoc step0 '((day . 86400) (week . 604800)))))
  1316. (block (plist-get p1 :block))
  1317. cc range-text)
  1318. (when block
  1319. (setq cc (org-clock-special-range block nil t)
  1320. ts (car cc) te (nth 1 cc) range-text (nth 2 cc)))
  1321. (if ts (setq ts (org-float-time
  1322. (apply 'encode-time (org-parse-time-string ts)))))
  1323. (if te (setq te (org-float-time
  1324. (apply 'encode-time (org-parse-time-string te)))))
  1325. (setq p1 (plist-put p1 :header ""))
  1326. (setq p1 (plist-put p1 :step nil))
  1327. (setq p1 (plist-put p1 :block nil))
  1328. (while (< ts te)
  1329. (or (bolp) (insert "\n"))
  1330. (setq p1 (plist-put p1 :tstart (format-time-string
  1331. (org-time-stamp-format nil t)
  1332. (seconds-to-time ts))))
  1333. (setq p1 (plist-put p1 :tend (format-time-string
  1334. (org-time-stamp-format nil t)
  1335. (seconds-to-time (setq ts (+ ts step))))))
  1336. (insert "\n" (if (eq step0 'day) "Daily report: " "Weekly report starting on: ")
  1337. (plist-get p1 :tstart) "\n")
  1338. (org-dblock-write:clocktable p1)
  1339. (re-search-forward "#\\+END:")
  1340. (end-of-line 0))))
  1341. (defun org-clocktable-add-file (file table)
  1342. (if table
  1343. (let ((lines (org-split-string table "\n"))
  1344. (ff (file-name-nondirectory file)))
  1345. (mapconcat 'identity
  1346. (mapcar (lambda (x)
  1347. (if (string-match org-table-dataline-regexp x)
  1348. (concat "|" ff x)
  1349. x))
  1350. lines)
  1351. "\n"))))
  1352. (defun org-clock-time% (total &rest strings)
  1353. "Compute a time fraction in percent.
  1354. TOTAL s a time string like 10:21 specifying the total times.
  1355. STRINGS is a list of strings that should be checked for a time.
  1356. The first string that does have a time will be used.
  1357. This function is made for clock tables."
  1358. (let ((re "\\([0-9]+\\):\\([0-9]+\\)")
  1359. tot s)
  1360. (save-match-data
  1361. (catch 'exit
  1362. (if (not (string-match re total))
  1363. (throw 'exit 0.)
  1364. (setq tot (+ (string-to-number (match-string 2 total))
  1365. (* 60 (string-to-number (match-string 1 total)))))
  1366. (if (= tot 0.) (throw 'exit 0.)))
  1367. (while (setq s (pop strings))
  1368. (if (string-match "\\([0-9]+\\):\\([0-9]+\\)" s)
  1369. (throw 'exit
  1370. (/ (* 100.0 (+ (string-to-number (match-string 2 s))
  1371. (* 60 (string-to-number (match-string 1 s)))))
  1372. tot))))
  1373. 0))))
  1374. (defun org-clock-save ()
  1375. "Persist various clock-related data to disk.
  1376. The details of what will be saved are regulated by the variable
  1377. `org-clock-persist'."
  1378. (when org-clock-persist
  1379. (let (b)
  1380. (with-current-buffer (find-file (expand-file-name org-clock-persist-file))
  1381. (progn
  1382. (delete-region (point-min) (point-max))
  1383. ;;Store clock
  1384. (insert (format ";; org-persist.el - %s at %s\n"
  1385. system-name (format-time-string
  1386. (cdr org-time-stamp-formats))))
  1387. (if (and (setq b (marker-buffer org-clock-marker))
  1388. (setq b (or (buffer-base-buffer b) b))
  1389. (buffer-live-p b)
  1390. (buffer-file-name b)
  1391. (or (not org-clock-persist-query-save)
  1392. (y-or-n-p (concat "Save current clock ("
  1393. (substring-no-properties org-clock-heading)
  1394. ") "))))
  1395. (insert "(setq resume-clock '(\""
  1396. (buffer-file-name (marker-buffer org-clock-marker))
  1397. "\" . " (int-to-string (marker-position org-clock-marker))
  1398. "))\n"))
  1399. ;; Store clocked task history. Tasks are stored reversed to make
  1400. ;; reading simpler
  1401. (when (and org-clock-history (eq org-clock-persist t))
  1402. (insert
  1403. "(setq stored-clock-history '("
  1404. (mapconcat
  1405. (lambda (m)
  1406. (when (and (setq b (marker-buffer m))
  1407. (setq b (or (buffer-base-buffer b) b))
  1408. (buffer-live-p b)
  1409. (buffer-file-name b))
  1410. (concat "(\"" (buffer-file-name b)
  1411. "\" . " (int-to-string (marker-position m))
  1412. ")")))
  1413. (reverse org-clock-history) " ") "))\n"))
  1414. (save-buffer)
  1415. (kill-buffer (current-buffer)))))))
  1416. (defvar org-clock-loaded nil
  1417. "Was the clock file loaded?")
  1418. (defun org-clock-load ()
  1419. "Load clock-related data from disk, maybe resuming a stored clock."
  1420. (when (and org-clock-persist (not org-clock-loaded))
  1421. (let ((filename (expand-file-name org-clock-persist-file))
  1422. (org-clock-in-resume 'auto-restart)
  1423. resume-clock stored-clock-history)
  1424. (if (not (file-readable-p filename))
  1425. (message "Not restoring clock data; %s not found"
  1426. org-clock-persist-file)
  1427. (message "%s" "Restoring clock data")
  1428. (setq org-clock-loaded t)
  1429. (load-file filename)
  1430. ;; load history
  1431. (when stored-clock-history
  1432. (save-window-excursion
  1433. (mapc (lambda (task)
  1434. (if (file-exists-p (car task))
  1435. (org-clock-history-push (cdr task)
  1436. (find-file (car task)))))
  1437. stored-clock-history)))
  1438. ;; resume clock
  1439. (when (and resume-clock org-clock-persist
  1440. (file-exists-p (car resume-clock))
  1441. (or (not org-clock-persist-query-resume)
  1442. (y-or-n-p
  1443. (concat
  1444. "Resume clock ("
  1445. (with-current-buffer (find-file (car resume-clock))
  1446. (save-excursion
  1447. (goto-char (cdr resume-clock))
  1448. (org-back-to-heading t)
  1449. (and (looking-at org-complex-heading-regexp)
  1450. (match-string 4))))
  1451. ") "))))
  1452. (when (file-exists-p (car resume-clock))
  1453. (with-current-buffer (find-file (car resume-clock))
  1454. (goto-char (cdr resume-clock))
  1455. (org-clock-in)
  1456. (if (org-invisible-p)
  1457. (org-show-context)))))))))
  1458. ;;;###autoload
  1459. (defun org-clock-persistence-insinuate ()
  1460. "Set up hooks for clock persistence"
  1461. (add-hook 'org-mode-hook 'org-clock-load)
  1462. (add-hook 'kill-emacs-hook 'org-clock-save))
  1463. ;; Suggested bindings
  1464. (org-defkey org-mode-map "\C-c\C-x\C-e" 'org-clock-modify-effort-estimate)
  1465. (provide 'org-clock)
  1466. ;; arch-tag: 7b42c5d4-9b36-48be-97c0-66a869daed4c
  1467. ;;; org-clock.el ends here