org-clock.el 56 KB

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