org-colview.el 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  1. ;;; org-colview.el --- Column View in Org -*- lexical-binding: t; -*-
  2. ;; Copyright (C) 2004-2018 Free Software Foundation, Inc.
  3. ;; Author: Carsten Dominik <carsten at orgmode dot org>
  4. ;; Keywords: outlines, hypermedia, calendar, wp
  5. ;; Homepage: http://orgmode.org
  6. ;;
  7. ;; This file is part of GNU Emacs.
  8. ;;
  9. ;; GNU Emacs is free software: you can redistribute it and/or modify
  10. ;; it under the terms of the GNU General Public License as published by
  11. ;; the Free Software Foundation, either version 3 of the License, or
  12. ;; (at your option) any later version.
  13. ;; GNU Emacs is distributed in the hope that it will be useful,
  14. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. ;; GNU General Public License for more details.
  17. ;; You should have received a copy of the GNU General Public License
  18. ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
  19. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  20. ;;
  21. ;;; Commentary:
  22. ;; This file contains the column view for Org.
  23. ;;; Code:
  24. (require 'cl-lib)
  25. (require 'org)
  26. (declare-function org-agenda-redo "org-agenda" (&optional all))
  27. (declare-function org-agenda-do-context-action "org-agenda" ())
  28. (declare-function org-clock-sum-today "org-clock" (&optional headline-filter))
  29. (declare-function org-element-extract-element "org-element" (element))
  30. (declare-function org-element-interpret-data "org-element" (data))
  31. (declare-function org-element-map "org-element" (data types fun &optional info first-match no-recursion with-affiliated))
  32. (declare-function org-element-parse-secondary-string "org-element" (string restriction &optional parent))
  33. (declare-function org-element-property "org-element" (property element))
  34. (declare-function org-element-restriction "org-element" (element))
  35. (declare-function org-element-type "org-element" (element))
  36. (defvar org-agenda-columns-add-appointments-to-effort-sum)
  37. (defvar org-agenda-columns-compute-summary-properties)
  38. (defvar org-agenda-columns-show-summaries)
  39. (defvar org-agenda-view-columns-initially)
  40. (defvar org-inlinetask-min-level)
  41. ;;; Configuration
  42. (defcustom org-columns-modify-value-for-display-function nil
  43. "Function that modifies values for display in column view.
  44. For example, it can be used to cut out a certain part from a time stamp.
  45. The function must take 2 arguments:
  46. column-title The title of the column (*not* the property name)
  47. value The value that should be modified.
  48. The function should return the value that should be displayed,
  49. or nil if the normal value should be used."
  50. :group 'org-properties
  51. :type '(choice (const nil) (function)))
  52. (defcustom org-columns-summary-types nil
  53. "Alist between operators and summarize functions.
  54. Each association follows the pattern (LABEL . SUMMARIZE) where
  55. LABEL is a string used in #+COLUMNS definition describing the
  56. summary type. It can contain any character but \"}\". It is
  57. case-sensitive.
  58. SUMMARIZE is a function called with two arguments. The first
  59. argument is a non-empty list of values, as non-empty strings.
  60. The second one is a format string or nil. It has to return
  61. a string summarizing the list of values.
  62. Note that the return value can become one value for an higher
  63. order summary, so the function is expected to handle its own
  64. output.
  65. Types defined in this variable take precedence over those defined
  66. in `org-columns-summary-types-default', which see."
  67. :group 'org-properties
  68. :version "26.1"
  69. :package-version '(Org . "9.0")
  70. :type '(alist :key-type (string :tag " Label")
  71. :value-type (function :tag "Summarize")))
  72. ;;; Column View
  73. (defvar-local org-columns-overlays nil
  74. "Holds the list of current column overlays.")
  75. (defvar-local org-columns-current-fmt nil
  76. "Local variable, holds the currently active column format.")
  77. (defvar-local org-columns-current-fmt-compiled nil
  78. "Local variable, holds the currently active column format.
  79. This is the compiled version of the format.")
  80. (defvar-local org-columns-current-maxwidths nil
  81. "Currently active maximum column widths, as a vector.")
  82. (defvar-local org-columns-begin-marker nil
  83. "Points to the position where last a column creation command was called.")
  84. (defvar-local org-columns-top-level-marker nil
  85. "Points to the position where current columns region starts.")
  86. (defvar org-columns--time 0.0
  87. "Number of seconds since the epoch, as a floating point number.")
  88. (defvar org-columns-map (make-sparse-keymap)
  89. "The keymap valid in column display.")
  90. (defconst org-columns-summary-types-default
  91. '(("+" . org-columns--summary-sum)
  92. ("$" . org-columns--summary-currencies)
  93. ("X" . org-columns--summary-checkbox)
  94. ("X/" . org-columns--summary-checkbox-count)
  95. ("X%" . org-columns--summary-checkbox-percent)
  96. ("max" . org-columns--summary-max)
  97. ("mean" . org-columns--summary-mean)
  98. ("min" . org-columns--summary-min)
  99. (":" . org-columns--summary-sum-times)
  100. (":max" . org-columns--summary-max-time)
  101. (":mean" . org-columns--summary-mean-time)
  102. (":min" . org-columns--summary-min-time)
  103. ("@max" . org-columns--summary-max-age)
  104. ("@mean" . org-columns--summary-mean-age)
  105. ("@min" . org-columns--summary-min-age)
  106. ("est+" . org-columns--summary-estimate))
  107. "Map operators to summarize functions.
  108. See `org-columns-summary-types' for details.")
  109. (defun org-columns-content ()
  110. "Switch to contents view while in columns view."
  111. (interactive)
  112. (org-overview)
  113. (org-content))
  114. (org-defkey org-columns-map "c" 'org-columns-content)
  115. (org-defkey org-columns-map "o" 'org-overview)
  116. (org-defkey org-columns-map "e" 'org-columns-edit-value)
  117. (org-defkey org-columns-map "\C-c\C-t" 'org-columns-todo)
  118. (org-defkey org-columns-map "\C-c\C-c" 'org-columns-set-tags-or-toggle)
  119. (org-defkey org-columns-map "\C-c\C-o" 'org-columns-open-link)
  120. (org-defkey org-columns-map "v" 'org-columns-show-value)
  121. (org-defkey org-columns-map "q" 'org-columns-quit)
  122. (org-defkey org-columns-map "r" 'org-columns-redo)
  123. (org-defkey org-columns-map "g" 'org-columns-redo)
  124. (org-defkey org-columns-map [left] 'backward-char)
  125. (org-defkey org-columns-map "\M-b" 'backward-char)
  126. (org-defkey org-columns-map "a" 'org-columns-edit-allowed)
  127. (org-defkey org-columns-map "s" 'org-columns-edit-attributes)
  128. (org-defkey org-columns-map "\M-f"
  129. (lambda () (interactive) (goto-char (1+ (point)))))
  130. (org-defkey org-columns-map [right]
  131. (lambda () (interactive) (goto-char (1+ (point)))))
  132. (org-defkey org-columns-map [down]
  133. (lambda () (interactive)
  134. (let ((col (current-column)))
  135. (beginning-of-line 2)
  136. (while (and (org-invisible-p2) (not (eobp)))
  137. (beginning-of-line 2))
  138. (move-to-column col)
  139. (if (eq major-mode 'org-agenda-mode)
  140. (org-agenda-do-context-action)))))
  141. (org-defkey org-columns-map [up]
  142. (lambda () (interactive)
  143. (let ((col (current-column)))
  144. (beginning-of-line 0)
  145. (while (and (org-invisible-p2) (not (bobp)))
  146. (beginning-of-line 0))
  147. (move-to-column col)
  148. (if (eq major-mode 'org-agenda-mode)
  149. (org-agenda-do-context-action)))))
  150. (org-defkey org-columns-map [(shift right)] 'org-columns-next-allowed-value)
  151. (org-defkey org-columns-map "n" 'org-columns-next-allowed-value)
  152. (org-defkey org-columns-map [(shift left)] 'org-columns-previous-allowed-value)
  153. (org-defkey org-columns-map "p" 'org-columns-previous-allowed-value)
  154. (org-defkey org-columns-map "<" 'org-columns-narrow)
  155. (org-defkey org-columns-map ">" 'org-columns-widen)
  156. (org-defkey org-columns-map [(meta right)] 'org-columns-move-right)
  157. (org-defkey org-columns-map [(meta left)] 'org-columns-move-left)
  158. (org-defkey org-columns-map [(shift meta right)] 'org-columns-new)
  159. (org-defkey org-columns-map [(shift meta left)] 'org-columns-delete)
  160. (dotimes (i 10)
  161. (org-defkey org-columns-map (number-to-string i)
  162. `(lambda () (interactive)
  163. (org-columns-next-allowed-value nil ,i))))
  164. (easy-menu-define org-columns-menu org-columns-map "Org Column Menu"
  165. '("Column"
  166. ["Edit property" org-columns-edit-value t]
  167. ["Next allowed value" org-columns-next-allowed-value t]
  168. ["Previous allowed value" org-columns-previous-allowed-value t]
  169. ["Show full value" org-columns-show-value t]
  170. ["Edit allowed values" org-columns-edit-allowed t]
  171. "--"
  172. ["Edit column attributes" org-columns-edit-attributes t]
  173. ["Increase column width" org-columns-widen t]
  174. ["Decrease column width" org-columns-narrow t]
  175. "--"
  176. ["Move column right" org-columns-move-right t]
  177. ["Move column left" org-columns-move-left t]
  178. ["Add column" org-columns-new t]
  179. ["Delete column" org-columns-delete t]
  180. "--"
  181. ["CONTENTS" org-columns-content t]
  182. ["OVERVIEW" org-overview t]
  183. ["Refresh columns display" org-columns-redo t]
  184. "--"
  185. ["Open link" org-columns-open-link t]
  186. "--"
  187. ["Quit" org-columns-quit t]))
  188. (defun org-columns--displayed-value (spec value)
  189. "Return displayed value for specification SPEC in current entry.
  190. SPEC is a column format specification as stored in
  191. `org-columns-current-fmt-compiled'. VALUE is the real value to
  192. display, as a string."
  193. (or (and (functionp org-columns-modify-value-for-display-function)
  194. (funcall org-columns-modify-value-for-display-function
  195. (nth 1 spec) ;column name
  196. value))
  197. (pcase spec
  198. (`("ITEM" . ,_)
  199. (concat (make-string (1- (org-current-level))
  200. (if org-hide-leading-stars ?\s ?*))
  201. "* "
  202. (org-columns-compact-links value)))
  203. (`(,_ ,_ ,_ ,_ nil) value)
  204. ;; If PRINTF is set, assume we are displaying a number and
  205. ;; obey to the format string.
  206. (`(,_ ,_ ,_ ,_ ,printf) (format printf (string-to-number value)))
  207. (_ (error "Invalid column specification format: %S" spec)))))
  208. (defun org-columns--collect-values (&optional compiled-fmt)
  209. "Collect values for columns on the current line.
  210. Return a list of triplets (SPEC VALUE DISPLAYED) suitable for
  211. `org-columns--display-here'.
  212. This function assumes `org-columns-current-fmt-compiled' is
  213. initialized is set in the current buffer. However, it is
  214. possible to override it with optional argument COMPILED-FMT."
  215. (let ((summaries (get-text-property (point) 'org-summaries)))
  216. (mapcar
  217. (lambda (spec)
  218. (pcase spec
  219. (`(,p . ,_)
  220. (let* ((v (or (cdr (assoc spec summaries))
  221. (org-entry-get (point) p 'selective t)
  222. (and compiled-fmt ;assume `org-agenda-columns'
  223. ;; Effort property is not defined. Try
  224. ;; to use appointment duration.
  225. org-agenda-columns-add-appointments-to-effort-sum
  226. (string= p (upcase org-effort-property))
  227. (get-text-property (point) 'duration)
  228. (propertize (org-duration-from-minutes
  229. (get-text-property (point) 'duration))
  230. 'face 'org-warning))
  231. "")))
  232. (list spec v (org-columns--displayed-value spec v))))))
  233. (or compiled-fmt org-columns-current-fmt-compiled))))
  234. (defun org-columns--set-widths (cache)
  235. "Compute the maximum column widths from the format and CACHE.
  236. This function sets `org-columns-current-maxwidths' as a vector of
  237. integers greater than 0."
  238. (setq org-columns-current-maxwidths
  239. (apply #'vector
  240. (mapcar
  241. (lambda (spec)
  242. (pcase spec
  243. (`(,_ ,_ ,(and width (pred wholenump)) . ,_) width)
  244. (`(,_ ,name . ,_)
  245. ;; No width is specified in the columns format.
  246. ;; Compute it by checking all possible values for
  247. ;; PROPERTY.
  248. (let ((width (length name)))
  249. (dolist (entry cache width)
  250. (let ((value (nth 2 (assoc spec (cdr entry)))))
  251. (setq width (max (length value) width))))))))
  252. org-columns-current-fmt-compiled))))
  253. (defun org-columns--new-overlay (beg end &optional string face)
  254. "Create a new column overlay and add it to the list."
  255. (let ((ov (make-overlay beg end)))
  256. (overlay-put ov 'face (or face 'secondary-selection))
  257. (org-overlay-display ov string face)
  258. (push ov org-columns-overlays)
  259. ov))
  260. (defun org-columns--summarize (operator)
  261. "Return summary function associated to string OPERATOR."
  262. (if (not operator) nil
  263. (cdr (or (assoc operator org-columns-summary-types)
  264. (assoc operator org-columns-summary-types-default)
  265. (error "Unknown %S operator" operator)))))
  266. (defun org-columns--overlay-text (value fmt width property original)
  267. "Return text "
  268. (format fmt
  269. (let ((v (org-columns-add-ellipses value width)))
  270. (pcase property
  271. ("PRIORITY"
  272. (propertize v 'face (org-get-priority-face original)))
  273. ("TAGS"
  274. (if (not org-tags-special-faces-re)
  275. (propertize v 'face 'org-tag)
  276. (replace-regexp-in-string
  277. org-tags-special-faces-re
  278. (lambda (m) (propertize m 'face (org-get-tag-face m)))
  279. v nil nil 1)))
  280. ("TODO" (propertize v 'face (org-get-todo-face original)))
  281. (_ v)))))
  282. (defun org-columns--display-here (columns &optional dateline)
  283. "Overlay the current line with column display.
  284. COLUMNS is an alist (SPEC VALUE DISPLAYED). Optional argument
  285. DATELINE is non-nil when the face used should be
  286. `org-agenda-column-dateline'."
  287. (save-excursion
  288. (beginning-of-line)
  289. (let* ((level-face (and (looking-at "\\(\\**\\)\\(\\* \\)")
  290. (org-get-level-face 2)))
  291. (ref-face (or level-face
  292. (and (eq major-mode 'org-agenda-mode)
  293. (org-get-at-bol 'face))
  294. 'default))
  295. (color (list :foreground (face-attribute ref-face :foreground)))
  296. (font (list :height (face-attribute 'default :height)
  297. :family (face-attribute 'default :family)))
  298. (face (list color font 'org-column ref-face))
  299. (face1 (list color font 'org-agenda-column-dateline ref-face)))
  300. ;; Each column is an overlay on top of a character. So there has
  301. ;; to be at least as many characters available on the line as
  302. ;; columns to display.
  303. (let ((columns (length org-columns-current-fmt-compiled))
  304. (chars (- (line-end-position) (line-beginning-position))))
  305. (when (> columns chars)
  306. (save-excursion
  307. (end-of-line)
  308. (let ((inhibit-read-only t))
  309. (insert (make-string (- columns chars) ?\s))))))
  310. ;; Display columns. Create and install the overlay for the
  311. ;; current column on the next character.
  312. (let ((i 0)
  313. (last (1- (length columns))))
  314. (dolist (column columns)
  315. (pcase column
  316. (`(,spec ,original ,value)
  317. (let* ((property (car spec))
  318. (width (aref org-columns-current-maxwidths i))
  319. (fmt (format (if (= i last) "%%-%d.%ds |"
  320. "%%-%d.%ds | ")
  321. width width))
  322. (ov (org-columns--new-overlay
  323. (point) (1+ (point))
  324. (org-columns--overlay-text
  325. value fmt width property original)
  326. (if dateline face1 face))))
  327. (overlay-put ov 'keymap org-columns-map)
  328. (overlay-put ov 'org-columns-key property)
  329. (overlay-put ov 'org-columns-value original)
  330. (overlay-put ov 'org-columns-value-modified value)
  331. (overlay-put ov 'org-columns-format fmt)
  332. (overlay-put ov 'line-prefix "")
  333. (overlay-put ov 'wrap-prefix "")
  334. (forward-char))))
  335. (cl-incf i)))
  336. ;; Make the rest of the line disappear.
  337. (let ((ov (org-columns--new-overlay (point) (line-end-position))))
  338. (overlay-put ov 'invisible t)
  339. (overlay-put ov 'keymap org-columns-map)
  340. (overlay-put ov 'line-prefix "")
  341. (overlay-put ov 'wrap-prefix ""))
  342. (let ((ov (make-overlay (1- (line-end-position))
  343. (line-beginning-position 2))))
  344. (overlay-put ov 'keymap org-columns-map)
  345. (push ov org-columns-overlays))
  346. (org-with-silent-modifications
  347. (let ((inhibit-read-only t))
  348. (put-text-property
  349. (line-end-position 0)
  350. (line-beginning-position 2)
  351. 'read-only
  352. (substitute-command-keys
  353. "Type \\<org-columns-map>`\\[org-columns-edit-value]' \
  354. to edit property")))))))
  355. (defun org-columns-add-ellipses (string width)
  356. "Truncate STRING with WIDTH characters, with ellipses."
  357. (cond
  358. ((<= (length string) width) string)
  359. ((<= width (length org-columns-ellipses))
  360. (substring org-columns-ellipses 0 width))
  361. (t (concat (substring string 0 (- width (length org-columns-ellipses)))
  362. org-columns-ellipses))))
  363. (defvar org-columns-full-header-line-format nil
  364. "The full header line format, will be shifted by horizontal scrolling." )
  365. (defvar org-previous-header-line-format nil
  366. "The header line format before column view was turned on.")
  367. (defvar org-columns-inhibit-recalculation nil
  368. "Inhibit recomputing of columns on column view startup.")
  369. (defvar org-columns-flyspell-was-active nil
  370. "Remember the state of `flyspell-mode' before column view.
  371. Flyspell-mode can cause problems in columns view, so it is turned off
  372. for the duration of the command.")
  373. (defvar header-line-format)
  374. (defvar org-columns-previous-hscroll 0)
  375. (defun org-columns--display-here-title ()
  376. "Overlay the newline before the current line with the table title."
  377. (interactive)
  378. (let ((title "")
  379. (i 0))
  380. (dolist (column org-columns-current-fmt-compiled)
  381. (pcase column
  382. (`(,property ,name . ,_)
  383. (let* ((width (aref org-columns-current-maxwidths i))
  384. (fmt (format "%%-%d.%ds | " width width)))
  385. (setq title (concat title (format fmt (or name property)))))))
  386. (cl-incf i))
  387. (setq-local org-previous-header-line-format header-line-format)
  388. (setq org-columns-full-header-line-format
  389. (concat
  390. (org-add-props " " nil 'display '(space :align-to 0))
  391. (org-add-props (substring title 0 -1) nil 'face 'org-column-title)))
  392. (setq org-columns-previous-hscroll -1)
  393. (add-hook 'post-command-hook 'org-columns-hscroll-title nil 'local)))
  394. (defun org-columns-hscroll-title ()
  395. "Set the `header-line-format' so that it scrolls along with the table."
  396. (sit-for .0001) ; need to force a redisplay to update window-hscroll
  397. (when (not (= (window-hscroll) org-columns-previous-hscroll))
  398. (setq header-line-format
  399. (concat (substring org-columns-full-header-line-format 0 1)
  400. (substring org-columns-full-header-line-format
  401. (1+ (window-hscroll))))
  402. org-columns-previous-hscroll (window-hscroll))
  403. (force-mode-line-update)))
  404. (defvar org-colview-initial-truncate-line-value nil
  405. "Remember the value of `truncate-lines' across colview.")
  406. ;;;###autoload
  407. (defun org-columns-remove-overlays ()
  408. "Remove all currently active column overlays."
  409. (interactive)
  410. (when org-columns-overlays
  411. (when (local-variable-p 'org-previous-header-line-format)
  412. (setq header-line-format org-previous-header-line-format)
  413. (kill-local-variable 'org-previous-header-line-format)
  414. (remove-hook 'post-command-hook 'org-columns-hscroll-title 'local))
  415. (set-marker org-columns-begin-marker nil)
  416. (when (markerp org-columns-top-level-marker)
  417. (set-marker org-columns-top-level-marker nil))
  418. (org-with-silent-modifications
  419. (mapc #'delete-overlay org-columns-overlays)
  420. (setq org-columns-overlays nil)
  421. (let ((inhibit-read-only t))
  422. (remove-text-properties (point-min) (point-max) '(read-only t))))
  423. (when org-columns-flyspell-was-active
  424. (flyspell-mode 1))
  425. (when (local-variable-p 'org-colview-initial-truncate-line-value)
  426. (setq truncate-lines org-colview-initial-truncate-line-value))))
  427. (defun org-columns-compact-links (s)
  428. "Replace [[link][desc]] with [desc] or [link]."
  429. (while (string-match org-bracket-link-regexp s)
  430. (setq s (replace-match
  431. (concat "[" (match-string (if (match-end 3) 3 1) s) "]")
  432. t t s)))
  433. s)
  434. (defun org-columns-show-value ()
  435. "Show the full value of the property."
  436. (interactive)
  437. (let ((value (get-char-property (point) 'org-columns-value)))
  438. (message "Value is: %s" (or value ""))))
  439. (defvar org-agenda-columns-active) ;; defined in org-agenda.el
  440. (defun org-columns-quit ()
  441. "Remove the column overlays and in this way exit column editing."
  442. (interactive)
  443. (org-with-silent-modifications
  444. (org-columns-remove-overlays)
  445. (let ((inhibit-read-only t))
  446. (remove-text-properties (point-min) (point-max) '(read-only t))))
  447. (if (not (eq major-mode 'org-agenda-mode))
  448. (setq org-columns-current-fmt nil)
  449. (setq org-agenda-columns-active nil)
  450. (message
  451. "Modification not yet reflected in Agenda buffer, use `r' to refresh")))
  452. (defun org-columns-check-computed ()
  453. "Throw an error if current column value is computed."
  454. (let ((spec (nth (current-column) org-columns-current-fmt-compiled)))
  455. (and
  456. (nth 3 spec)
  457. (assoc spec (get-text-property (line-beginning-position) 'org-summaries))
  458. (error "This value is computed from the entry's children"))))
  459. (defun org-columns-todo (&optional _arg)
  460. "Change the TODO state during column view."
  461. (interactive "P")
  462. (org-columns-edit-value "TODO"))
  463. (defun org-columns-set-tags-or-toggle (&optional _arg)
  464. "Toggle checkbox at point, or set tags for current headline."
  465. (interactive "P")
  466. (if (string-match "\\`\\[[ xX-]\\]\\'"
  467. (get-char-property (point) 'org-columns-value))
  468. (org-columns-next-allowed-value)
  469. (org-columns-edit-value "TAGS")))
  470. (defvar org-agenda-overriding-columns-format nil
  471. "When set, overrides any other format definition for the agenda.
  472. Don't set this, this is meant for dynamic scoping.")
  473. (defun org-columns-edit-value (&optional key)
  474. "Edit the value of the property at point in column view.
  475. Where possible, use the standard interface for changing this line."
  476. (interactive)
  477. (org-columns-check-computed)
  478. (let* ((col (current-column))
  479. (bol (line-beginning-position))
  480. (eol (line-end-position))
  481. (pom (or (get-text-property bol 'org-hd-marker) (point)))
  482. (key (or key (get-char-property (point) 'org-columns-key)))
  483. (org-columns--time (float-time (current-time)))
  484. (action
  485. (pcase key
  486. ("CLOCKSUM"
  487. (error "This special column cannot be edited"))
  488. ("ITEM"
  489. (lambda () (org-with-point-at pom (org-edit-headline))))
  490. ("TODO"
  491. (lambda ()
  492. (org-with-point-at pom (call-interactively #'org-todo))))
  493. ("PRIORITY"
  494. (lambda ()
  495. (org-with-point-at pom
  496. (call-interactively #'org-priority))))
  497. ("TAGS"
  498. (lambda ()
  499. (org-with-point-at pom
  500. (let ((org-fast-tag-selection-single-key
  501. (if (eq org-fast-tag-selection-single-key 'expert)
  502. t
  503. org-fast-tag-selection-single-key)))
  504. (call-interactively #'org-set-tags)))))
  505. ("DEADLINE"
  506. (lambda ()
  507. (org-with-point-at pom (call-interactively #'org-deadline))))
  508. ("SCHEDULED"
  509. (lambda ()
  510. (org-with-point-at pom (call-interactively #'org-schedule))))
  511. ("BEAMER_ENV"
  512. (lambda ()
  513. (org-with-point-at pom
  514. (call-interactively #'org-beamer-select-environment))))
  515. (_
  516. (let* ((allowed (org-property-get-allowed-values pom key 'table))
  517. (value (get-char-property (point) 'org-columns-value))
  518. (nval (org-trim
  519. (if (null allowed) (read-string "Edit: " value)
  520. (completing-read
  521. "Value: " allowed nil
  522. (not (get-text-property
  523. 0 'org-unrestricted (caar allowed))))))))
  524. (and (not (equal nval value))
  525. (lambda () (org-entry-put pom key nval))))))))
  526. (cond
  527. ((null action))
  528. ((eq major-mode 'org-agenda-mode)
  529. (org-columns--call action)
  530. ;; The following let preserves the current format, and makes
  531. ;; sure that in only a single file things need to be updated.
  532. (let* ((org-agenda-overriding-columns-format org-columns-current-fmt)
  533. (buffer (marker-buffer pom))
  534. (org-agenda-contributing-files
  535. (list (with-current-buffer buffer
  536. (buffer-file-name (buffer-base-buffer))))))
  537. (org-agenda-columns)))
  538. (t
  539. (let ((inhibit-read-only t))
  540. (org-with-silent-modifications
  541. (remove-text-properties (max (point-min) (1- bol)) eol '(read-only t)))
  542. (org-columns--call action))
  543. ;; Some properties can modify headline (e.g., "TODO"), and
  544. ;; possible shuffle overlays. Make sure they are still all at
  545. ;; the right place on the current line.
  546. (let ((org-columns-inhibit-recalculation)) (org-columns-redo))
  547. (org-columns-update key)
  548. (org-move-to-column col)))))
  549. (defun org-columns-edit-allowed ()
  550. "Edit the list of allowed values for the current property."
  551. (interactive)
  552. (let* ((pom (or (org-get-at-bol 'org-marker)
  553. (org-get-at-bol 'org-hd-marker)
  554. (point)))
  555. (key (concat (or (get-char-property (point) 'org-columns-key)
  556. (user-error "No column to edit at point"))
  557. "_ALL"))
  558. (allowed (org-entry-get pom key t))
  559. (new-value (read-string "Allowed: " allowed)))
  560. ;; FIXME: Cover editing TODO, TAGS etc in-buffer settings.????
  561. ;; FIXME: Write back to #+PROPERTY setting if that is needed.
  562. (org-entry-put
  563. (cond ((marker-position org-entry-property-inherited-from)
  564. org-entry-property-inherited-from)
  565. ((marker-position org-columns-top-level-marker)
  566. org-columns-top-level-marker)
  567. (t pom))
  568. key new-value)))
  569. (defun org-columns--call (fun)
  570. "Call function FUN while preserving heading visibility.
  571. FUN is a function called with no argument."
  572. (let ((hide-body (and (/= (line-end-position) (point-max))
  573. (save-excursion
  574. (move-beginning-of-line 2)
  575. (org-at-heading-p t)))))
  576. (unwind-protect (funcall fun)
  577. (when hide-body (outline-hide-entry)))))
  578. (defun org-columns-previous-allowed-value ()
  579. "Switch to the previous allowed value for this column."
  580. (interactive)
  581. (org-columns-next-allowed-value t))
  582. (defun org-columns-next-allowed-value (&optional previous nth)
  583. "Switch to the next allowed value for this column.
  584. When PREVIOUS is set, go to the previous value. When NTH is
  585. an integer, select that value."
  586. (interactive)
  587. (org-columns-check-computed)
  588. (let* ((column (current-column))
  589. (key (get-char-property (point) 'org-columns-key))
  590. (value (get-char-property (point) 'org-columns-value))
  591. (pom (or (get-text-property (line-beginning-position) 'org-hd-marker)
  592. (point)))
  593. (allowed
  594. (let ((all
  595. (or (org-property-get-allowed-values pom key)
  596. (pcase (nth column org-columns-current-fmt-compiled)
  597. (`(,_ ,_ ,_ ,(or "X" "X/" "X%") ,_) '("[ ]" "[X]")))
  598. (org-colview-construct-allowed-dates value))))
  599. (if previous (reverse all) all))))
  600. (when (equal key "ITEM") (error "Cannot edit item headline from here"))
  601. (unless (or allowed (member key '("SCHEDULED" "DEADLINE" "CLOCKSUM")))
  602. (error "Allowed values for this property have not been defined"))
  603. (let* ((l (length allowed))
  604. (new
  605. (cond
  606. ((member key '("SCHEDULED" "DEADLINE" "CLOCKSUM"))
  607. (if previous 'earlier 'later))
  608. ((integerp nth)
  609. (when (> (abs nth) l)
  610. (user-error "Only %d allowed values for property `%s'" l key))
  611. (nth (mod (1- nth) l) allowed))
  612. ((member value allowed)
  613. (when (= l 1) (error "Only one allowed value for this property"))
  614. (or (nth 1 (member value allowed)) (car allowed)))
  615. (t (car allowed))))
  616. (action (lambda () (org-entry-put pom key new))))
  617. (cond
  618. ((eq major-mode 'org-agenda-mode)
  619. (org-columns--call action)
  620. ;; The following let preserves the current format, and makes
  621. ;; sure that in only a single file things need to be updated.
  622. (let* ((org-agenda-overriding-columns-format org-columns-current-fmt)
  623. (buffer (marker-buffer pom))
  624. (org-agenda-contributing-files
  625. (list (with-current-buffer buffer
  626. (buffer-file-name (buffer-base-buffer))))))
  627. (org-agenda-columns)))
  628. (t
  629. (let ((inhibit-read-only t))
  630. (remove-text-properties (line-end-position 0) (line-end-position)
  631. '(read-only t))
  632. (org-columns--call action))
  633. ;; Some properties can modify headline (e.g., "TODO"), and
  634. ;; possible shuffle overlays. Make sure they are still all at
  635. ;; the right place on the current line.
  636. (let ((org-columns-inhibit-recalculation)) (org-columns-redo))
  637. (org-columns-update key)
  638. (org-move-to-column column))))))
  639. (defun org-colview-construct-allowed-dates (s)
  640. "Construct a list of three dates around the date in S.
  641. This respects the format of the time stamp in S, active or non-active,
  642. and also including time or not. S must be just a time stamp, no text
  643. around it."
  644. (when (and s (string-match (concat "^" org-ts-regexp3 "$") s))
  645. (let* ((time (org-parse-time-string s 'nodefaults))
  646. (active (equal (string-to-char s) ?<))
  647. (fmt (funcall (if (nth 1 time) 'cdr 'car) org-time-stamp-formats))
  648. time-before time-after)
  649. (unless active (setq fmt (concat "[" (substring fmt 1 -1) "]")))
  650. (setf (car time) (or (car time) 0))
  651. (setf (nth 1 time) (or (nth 1 time) 0))
  652. (setf (nth 2 time) (or (nth 2 time) 0))
  653. (setq time-before (copy-sequence time))
  654. (setq time-after (copy-sequence time))
  655. (setf (nth 3 time-before) (1- (nth 3 time)))
  656. (setf (nth 3 time-after) (1+ (nth 3 time)))
  657. (mapcar (lambda (x) (format-time-string fmt (apply 'encode-time x)))
  658. (list time-before time time-after)))))
  659. (defun org-columns-open-link (&optional arg)
  660. (interactive "P")
  661. (let ((value (get-char-property (point) 'org-columns-value)))
  662. (org-open-link-from-string value arg)))
  663. ;;;###autoload
  664. (defun org-columns-get-format-and-top-level ()
  665. (let ((fmt (org-columns-get-format)))
  666. (org-columns-goto-top-level)
  667. fmt))
  668. (defun org-columns-get-format (&optional fmt-string)
  669. "Return columns format specifications.
  670. When optional argument FMT-STRING is non-nil, use it as the
  671. current specifications. This function also sets
  672. `org-columns-current-fmt-compiled' and
  673. `org-columns-current-fmt'."
  674. (interactive)
  675. (let ((format
  676. (or fmt-string
  677. (org-entry-get nil "COLUMNS" t)
  678. (org-with-wide-buffer
  679. (goto-char (point-min))
  680. (catch :found
  681. (let ((case-fold-search t))
  682. (while (re-search-forward "^[ \t]*#\\+COLUMNS: .+$" nil t)
  683. (let ((element (org-element-at-point)))
  684. (when (eq (org-element-type element) 'keyword)
  685. (throw :found (org-element-property :value element)))))
  686. nil)))
  687. org-columns-default-format)))
  688. (setq org-columns-current-fmt format)
  689. (org-columns-compile-format format)
  690. format))
  691. (defun org-columns-goto-top-level ()
  692. "Move to the beginning of the column view area.
  693. Also sets `org-columns-top-level-marker' to the new position."
  694. (unless (markerp org-columns-top-level-marker)
  695. (setq org-columns-top-level-marker (make-marker)))
  696. (goto-char
  697. (move-marker
  698. org-columns-top-level-marker
  699. (cond ((org-before-first-heading-p) (point-min))
  700. ((org-entry-get nil "COLUMNS" t) org-entry-property-inherited-from)
  701. (t (org-back-to-heading) (point))))))
  702. ;;;###autoload
  703. (defun org-columns (&optional global columns-fmt-string)
  704. "Turn on column view on an Org mode file.
  705. Column view applies to the whole buffer if point is before the
  706. first headline. Otherwise, it applies to the first ancestor
  707. setting \"COLUMNS\" property. If there is none, it defaults to
  708. the current headline. With a `\\[universal-argument]' prefix \
  709. argument, turn on column
  710. view for the whole buffer unconditionally.
  711. When COLUMNS-FMT-STRING is non-nil, use it as the column format."
  712. (interactive "P")
  713. (org-columns-remove-overlays)
  714. (when global (goto-char (point-min)))
  715. (if (markerp org-columns-begin-marker)
  716. (move-marker org-columns-begin-marker (point))
  717. (setq org-columns-begin-marker (point-marker)))
  718. (org-columns-goto-top-level)
  719. ;; Initialize `org-columns-current-fmt' and
  720. ;; `org-columns-current-fmt-compiled'.
  721. (let ((org-columns--time (float-time (current-time))))
  722. (org-columns-get-format columns-fmt-string)
  723. (unless org-columns-inhibit-recalculation (org-columns-compute-all))
  724. (save-excursion
  725. (save-restriction
  726. (when (and (not global) (org-at-heading-p))
  727. (narrow-to-region (point) (org-end-of-subtree t t)))
  728. (when (assoc "CLOCKSUM" org-columns-current-fmt-compiled)
  729. (org-clock-sum))
  730. (when (assoc "CLOCKSUM_T" org-columns-current-fmt-compiled)
  731. (org-clock-sum-today))
  732. (let ((cache
  733. ;; Collect contents of columns ahead of time so as to
  734. ;; compute their maximum width.
  735. (org-map-entries
  736. (lambda () (cons (point) (org-columns--collect-values)))
  737. nil nil (and org-columns-skip-archived-trees 'archive))))
  738. (when cache
  739. (org-columns--set-widths cache)
  740. (org-columns--display-here-title)
  741. (when (setq-local org-columns-flyspell-was-active
  742. (bound-and-true-p flyspell-mode))
  743. (flyspell-mode 0))
  744. (unless (local-variable-p 'org-colview-initial-truncate-line-value)
  745. (setq-local org-colview-initial-truncate-line-value
  746. truncate-lines))
  747. (setq truncate-lines t)
  748. (dolist (entry cache)
  749. (goto-char (car entry))
  750. (org-columns--display-here (cdr entry)))))))))
  751. (defun org-columns-new (&optional spec &rest attributes)
  752. "Insert a new column, to the left of the current column.
  753. Interactively fill attributes for new column. When column format
  754. specification SPEC is provided, edit it instead.
  755. When optional argument attributes can be a list of columns
  756. specifications attributes to create the new column
  757. non-interactively. See `org-columns-compile-format' for
  758. details."
  759. (interactive)
  760. (let ((new (or attributes
  761. (let ((prop
  762. (completing-read
  763. "Property: "
  764. (mapcar #'list (org-buffer-property-keys t nil t))
  765. nil nil (nth 0 spec))))
  766. (list prop
  767. (read-string (format "Column title [%s]: " prop)
  768. (nth 1 spec))
  769. ;; Use `read-string' instead of `read-number'
  770. ;; to allow empty width.
  771. (let ((w (read-string
  772. "Column width: "
  773. (and (nth 2 spec)
  774. (number-to-string (nth 2 spec))))))
  775. (and (org-string-nw-p w) (string-to-number w)))
  776. (org-string-nw-p
  777. (completing-read
  778. "Summary: "
  779. (delete-dups
  780. (cons '("") ;Allow empty operator.
  781. (mapcar (lambda (x) (list (car x)))
  782. (append
  783. org-columns-summary-types
  784. org-columns-summary-types-default))))
  785. nil t (nth 3 spec)))
  786. (org-string-nw-p
  787. (read-string "Format: " (nth 4 spec))))))))
  788. (if spec
  789. (progn (setcar spec (car new))
  790. (setcdr spec (cdr new)))
  791. (push new (nthcdr (current-column) org-columns-current-fmt-compiled)))
  792. (org-columns-store-format)
  793. (org-columns-redo)))
  794. (defun org-columns-delete ()
  795. "Delete the column at point from columns view."
  796. (interactive)
  797. (let ((spec (nth (current-column) org-columns-current-fmt-compiled)))
  798. (when (y-or-n-p (format "Are you sure you want to remove column %S? "
  799. (nth 1 spec)))
  800. (setq org-columns-current-fmt-compiled
  801. (delq spec org-columns-current-fmt-compiled))
  802. (org-columns-store-format)
  803. ;; This may leave a now wrong value in a node property. However
  804. ;; updating it may prove counter-intuitive. See comments in
  805. ;; `org-columns-move-right' for details.
  806. (let ((org-columns-inhibit-recalculation t)) (org-columns-redo))
  807. (when (>= (current-column) (length org-columns-current-fmt-compiled))
  808. (backward-char)))))
  809. (defun org-columns-edit-attributes ()
  810. "Edit the attributes of the current column."
  811. (interactive)
  812. (org-columns-new (nth (current-column) org-columns-current-fmt-compiled)))
  813. (defun org-columns-widen (arg)
  814. "Make the column wider by ARG characters."
  815. (interactive "p")
  816. (let* ((n (current-column))
  817. (entry (nth n org-columns-current-fmt-compiled))
  818. (width (aref org-columns-current-maxwidths n)))
  819. (setq width (max 1 (+ width arg)))
  820. (setcar (nthcdr 2 entry) width)
  821. (org-columns-store-format)
  822. (let ((org-columns-inhibit-recalculation t)) (org-columns-redo))))
  823. (defun org-columns-narrow (arg)
  824. "Make the column narrower by ARG characters."
  825. (interactive "p")
  826. (org-columns-widen (- arg)))
  827. (defun org-columns-move-right ()
  828. "Swap this column with the one to the right."
  829. (interactive)
  830. (let* ((n (current-column))
  831. (cell (nthcdr n org-columns-current-fmt-compiled))
  832. e)
  833. (when (>= n (1- (length org-columns-current-fmt-compiled)))
  834. (error "Cannot shift this column further to the right"))
  835. (setq e (car cell))
  836. (setcar cell (car (cdr cell)))
  837. (setcdr cell (cons e (cdr (cdr cell))))
  838. (org-columns-store-format)
  839. ;; Do not compute again properties, since we're just moving
  840. ;; columns around. It can put a property value a bit off when
  841. ;; switching between an non-computed and a computed value for the
  842. ;; same property, e.g. from "%A %A{+}" to "%A{+} %A".
  843. ;;
  844. ;; In this case, the value needs to be updated since the first
  845. ;; column related to a property determines how its value is
  846. ;; computed. However, (correctly) updating the value could be
  847. ;; surprising, so we leave it as-is nonetheless.
  848. (let ((org-columns-inhibit-recalculation t)) (org-columns-redo))
  849. (forward-char 1)))
  850. (defun org-columns-move-left ()
  851. "Swap this column with the one to the left."
  852. (interactive)
  853. (let* ((n (current-column)))
  854. (when (= n 0)
  855. (error "Cannot shift this column further to the left"))
  856. (backward-char 1)
  857. (org-columns-move-right)
  858. (backward-char 1)))
  859. (defun org-columns-store-format ()
  860. "Store the text version of the current columns format.
  861. The format is stored either in the COLUMNS property of the node
  862. starting the current column display, or in a #+COLUMNS line of
  863. the current buffer."
  864. (let ((fmt (org-columns-uncompile-format org-columns-current-fmt-compiled)))
  865. (setq-local org-columns-current-fmt fmt)
  866. (when org-columns-overlays
  867. (org-with-point-at org-columns-top-level-marker
  868. (if (and (org-at-heading-p) (org-entry-get nil "COLUMNS"))
  869. (org-entry-put nil "COLUMNS" fmt)
  870. (goto-char (point-min))
  871. (let ((case-fold-search t))
  872. ;; Try to replace the first COLUMNS keyword available.
  873. (catch :found
  874. (while (re-search-forward "^[ \t]*#\\+COLUMNS:\\(.*\\)" nil t)
  875. (let ((element (save-match-data (org-element-at-point))))
  876. (when (and (eq (org-element-type element) 'keyword)
  877. (equal (org-element-property :key element)
  878. "COLUMNS"))
  879. (replace-match (concat " " fmt) t t nil 1)
  880. (throw :found nil))))
  881. ;; No COLUMNS keyword in the buffer. Insert one at the
  882. ;; beginning, right before the first heading, if any.
  883. (goto-char (point-min))
  884. (unless (org-at-heading-p t) (outline-next-heading))
  885. (let ((inhibit-read-only t))
  886. (insert-before-markers "#+COLUMNS: " fmt "\n"))))
  887. (setq-local org-columns-default-format fmt))))))
  888. (defun org-columns-update (property)
  889. "Recompute PROPERTY, and update the columns display for it."
  890. (org-columns-compute property)
  891. (org-with-wide-buffer
  892. (let ((p (upcase property)))
  893. (dolist (ov org-columns-overlays)
  894. (let ((key (overlay-get ov 'org-columns-key)))
  895. (when (and key (equal key p) (overlay-start ov))
  896. (goto-char (overlay-start ov))
  897. (let* ((spec (nth (current-column) org-columns-current-fmt-compiled))
  898. (value
  899. (or (cdr (assoc spec
  900. (get-text-property (line-beginning-position)
  901. 'org-summaries)))
  902. (org-entry-get (point) key))))
  903. (when value
  904. (let ((displayed (org-columns--displayed-value spec value))
  905. (format (overlay-get ov 'org-columns-format))
  906. (width
  907. (aref org-columns-current-maxwidths (current-column))))
  908. (overlay-put ov 'org-columns-value value)
  909. (overlay-put ov 'org-columns-value-modified displayed)
  910. (overlay-put ov
  911. 'display
  912. (org-columns--overlay-text
  913. displayed format width property value)))))))))))
  914. (defun org-columns-redo ()
  915. "Construct the column display again."
  916. (interactive)
  917. (when org-columns-overlays
  918. (message "Recomputing columns...")
  919. (org-with-point-at org-columns-begin-marker
  920. (org-columns-remove-overlays)
  921. (if (derived-mode-p 'org-mode)
  922. ;; Since we already know the columns format, provide it
  923. ;; instead of computing again.
  924. (call-interactively #'org-columns org-columns-current-fmt)
  925. (org-agenda-redo)
  926. (call-interactively #'org-agenda-columns)))
  927. (message "Recomputing columns...done")))
  928. (defun org-columns-uncompile-format (compiled)
  929. "Turn the compiled columns format back into a string representation.
  930. COMPILED is an alist, as returned by
  931. `org-columns-compile-format', which see."
  932. (mapconcat
  933. (lambda (spec)
  934. (pcase spec
  935. (`(,prop ,title ,width ,op ,printf)
  936. (concat "%"
  937. (and width (number-to-string width))
  938. prop
  939. (and title (not (equal prop title)) (format "(%s)" title))
  940. (cond ((not op) nil)
  941. (printf (format "{%s;%s}" op printf))
  942. (t (format "{%s}" op)))))))
  943. compiled " "))
  944. (defun org-columns-compile-format (fmt)
  945. "Turn a column format string FMT into an alist of specifications.
  946. The alist has one entry for each column in the format. The elements of
  947. that list are:
  948. property the property name, as an upper-case string
  949. title the title field for the columns, as a string
  950. width the column width in characters, can be nil for automatic width
  951. operator the summary operator, as a string, or nil
  952. printf a printf format for computed values, as a string, or nil
  953. This function updates `org-columns-current-fmt-compiled'."
  954. (setq org-columns-current-fmt-compiled nil)
  955. (let ((start 0))
  956. (while (string-match
  957. "%\\([0-9]+\\)?\\([[:alnum:]_-]+\\)\\(?:(\\([^)]+\\))\\)?\
  958. \\(?:{\\([^}]+\\)}\\)?\\s-*"
  959. fmt start)
  960. (setq start (match-end 0))
  961. (let* ((width (and (match-end 1) (string-to-number (match-string 1 fmt))))
  962. (prop (match-string-no-properties 2 fmt))
  963. (title (or (match-string-no-properties 3 fmt) prop))
  964. (operator (match-string-no-properties 4 fmt)))
  965. (push (if (not operator) (list (upcase prop) title width nil nil)
  966. (let (printf)
  967. (when (string-match ";" operator)
  968. (setq printf (substring operator (match-end 0)))
  969. (setq operator (substring operator 0 (match-beginning 0))))
  970. (list (upcase prop) title width operator printf)))
  971. org-columns-current-fmt-compiled)))
  972. (setq org-columns-current-fmt-compiled
  973. (nreverse org-columns-current-fmt-compiled))))
  974. ;;;; Column View Summary
  975. (defun org-columns--age-to-minutes (s)
  976. "Turn age string S into a number of minutes.
  977. An age is either computed from a given time-stamp, or indicated
  978. as a canonical duration, i.e., using units defined in
  979. `org-duration-canonical-units'."
  980. (cond
  981. ((string-match-p org-ts-regexp s)
  982. (/ (- org-columns--time
  983. (float-time (apply #'encode-time (org-parse-time-string s))))
  984. 60))
  985. ((org-duration-p s) (org-duration-to-minutes s t)) ;skip user units
  986. (t (user-error "Invalid age: %S" s))))
  987. (defun org-columns--format-age (minutes)
  988. "Format MINUTES float as an age string."
  989. (org-duration-from-minutes minutes
  990. '(("d" . nil) ("h" . nil) ("min" . nil))
  991. t)) ;ignore user's custom units
  992. (defun org-columns--summary-apply-times (fun times)
  993. "Apply FUN to time values TIMES.
  994. Return the result as a duration."
  995. (org-duration-from-minutes
  996. (apply fun
  997. (mapcar (lambda (time)
  998. ;; Unlike to `org-duration-to-minutes' standard
  999. ;; behavior, we want to consider plain numbers as
  1000. ;; hours. As a consequence, we treat them
  1001. ;; differently.
  1002. (if (string-match-p "\\`[0-9]+\\(?:\\.[0-9]*\\)?\\'" time)
  1003. (* 60 (string-to-number time))
  1004. (org-duration-to-minutes time)))
  1005. times))
  1006. (org-duration-h:mm-only-p times)))
  1007. (defun org-columns--compute-spec (spec &optional update)
  1008. "Update tree according to SPEC.
  1009. SPEC is a column format specification. When optional argument
  1010. UPDATE is non-nil, summarized values can replace existing ones in
  1011. properties drawers."
  1012. (let* ((lmax (if (bound-and-true-p org-inlinetask-min-level)
  1013. org-inlinetask-min-level
  1014. 29)) ;Hard-code deepest level.
  1015. (lvals (make-vector (1+ lmax) nil))
  1016. (level 0)
  1017. (inminlevel lmax)
  1018. (last-level lmax)
  1019. (property (car spec))
  1020. (printf (nth 4 spec))
  1021. (summarize (org-columns--summarize (nth 3 spec))))
  1022. (org-with-wide-buffer
  1023. ;; Find the region to compute.
  1024. (goto-char org-columns-top-level-marker)
  1025. (goto-char (condition-case nil (org-end-of-subtree t) (error (point-max))))
  1026. ;; Walk the tree from the back and do the computations.
  1027. (while (re-search-backward
  1028. org-outline-regexp-bol org-columns-top-level-marker t)
  1029. (unless (or (= level 0) (eq level inminlevel))
  1030. (setq last-level level))
  1031. (setq level (org-reduced-level (org-outline-level)))
  1032. (let* ((pos (match-beginning 0))
  1033. (value (org-entry-get nil property))
  1034. (value-set (org-string-nw-p value)))
  1035. (cond
  1036. ((< level last-level)
  1037. ;; Collect values from lower levels and inline tasks here
  1038. ;; and summarize them using SUMMARIZE. Store them in text
  1039. ;; property `org-summaries', in alist whose key is SPEC.
  1040. (let* ((summary
  1041. (and summarize
  1042. (let ((values (append (and (/= last-level inminlevel)
  1043. (aref lvals last-level))
  1044. (aref lvals inminlevel))))
  1045. (and values (funcall summarize values printf))))))
  1046. ;; Leaf values are not summaries: do not mark them.
  1047. (when summary
  1048. (let* ((summaries-alist (get-text-property pos 'org-summaries))
  1049. (old (assoc spec summaries-alist)))
  1050. (if old (setcdr old summary)
  1051. (push (cons spec summary) summaries-alist)
  1052. (org-with-silent-modifications
  1053. (add-text-properties
  1054. pos (1+ pos) (list 'org-summaries summaries-alist)))))
  1055. ;; When PROPERTY exists in current node, even if empty,
  1056. ;; but its value doesn't match the one computed, use
  1057. ;; the latter instead.
  1058. ;;
  1059. ;; Ignore leading or trailing white spaces that might
  1060. ;; have been introduced in summary, since those are not
  1061. ;; significant in properties value.
  1062. (let ((new-value (org-trim summary)))
  1063. (when (and update value (not (equal value new-value)))
  1064. (org-entry-put (point) property new-value))))
  1065. ;; Add current to current level accumulator.
  1066. (when (or summary value-set)
  1067. (push (or summary value) (aref lvals level)))
  1068. ;; Clear accumulators for deeper levels.
  1069. (cl-loop for l from (1+ level) to lmax do (aset lvals l nil))))
  1070. (value-set (push value (aref lvals level)))
  1071. (t nil)))))))
  1072. ;;;###autoload
  1073. (defun org-columns-compute (property)
  1074. "Summarize the values of PROPERTY hierarchically.
  1075. Also update existing values for PROPERTY according to the first
  1076. column specification."
  1077. (interactive)
  1078. (let ((main-flag t)
  1079. (upcase-prop (upcase property)))
  1080. (dolist (spec org-columns-current-fmt-compiled)
  1081. (pcase spec
  1082. (`(,(pred (equal upcase-prop)) . ,_)
  1083. (org-columns--compute-spec spec main-flag)
  1084. ;; Only the first summary can update the property value.
  1085. (when main-flag (setq main-flag nil)))))))
  1086. (defun org-columns-compute-all ()
  1087. "Compute all columns that have operators defined."
  1088. (org-with-silent-modifications
  1089. (remove-text-properties (point-min) (point-max) '(org-summaries t)))
  1090. (let ((org-columns--time (float-time (current-time)))
  1091. seen)
  1092. (dolist (spec org-columns-current-fmt-compiled)
  1093. (let ((property (car spec)))
  1094. ;; Property value is updated only the first time a given
  1095. ;; property is encountered.
  1096. (org-columns--compute-spec spec (not (member property seen)))
  1097. (push property seen)))))
  1098. (defun org-columns--summary-sum (values printf)
  1099. "Compute the sum of VALUES.
  1100. When PRINTF is non-nil, use it to format the result."
  1101. (format (or printf "%s") (apply #'+ (mapcar #'string-to-number values))))
  1102. (defun org-columns--summary-currencies (values _)
  1103. "Compute the sum of VALUES, with two decimals."
  1104. (format "%.2f" (apply #'+ (mapcar #'string-to-number values))))
  1105. (defun org-columns--summary-checkbox (check-boxes _)
  1106. "Summarize CHECK-BOXES with a check-box."
  1107. (let ((done (cl-count "[X]" check-boxes :test #'equal))
  1108. (all (length check-boxes)))
  1109. (cond ((= done all) "[X]")
  1110. ((> done 0) "[-]")
  1111. (t "[ ]"))))
  1112. (defun org-columns--summary-checkbox-count (check-boxes _)
  1113. "Summarize CHECK-BOXES with a check-box cookie."
  1114. (format "[%d/%d]"
  1115. (cl-count-if (lambda (b) (or (equal b "[X]")
  1116. (string-match-p "\\[\\([1-9]\\)/\\1\\]" b)))
  1117. check-boxes)
  1118. (length check-boxes)))
  1119. (defun org-columns--summary-checkbox-percent (check-boxes _)
  1120. "Summarize CHECK-BOXES with a check-box percent."
  1121. (format "[%d%%]"
  1122. (round (* 100.0 (cl-count-if (lambda (b) (member b '("[X]" "[100%]")))
  1123. check-boxes))
  1124. (length check-boxes))))
  1125. (defun org-columns--summary-min (values printf)
  1126. "Compute the minimum of VALUES.
  1127. When PRINTF is non-nil, use it to format the result."
  1128. (format (or printf "%s")
  1129. (apply #'min (mapcar #'string-to-number values))))
  1130. (defun org-columns--summary-max (values printf)
  1131. "Compute the maximum of VALUES.
  1132. When PRINTF is non-nil, use it to format the result."
  1133. (format (or printf "%s")
  1134. (apply #'max (mapcar #'string-to-number values))))
  1135. (defun org-columns--summary-mean (values printf)
  1136. "Compute the mean of VALUES.
  1137. When PRINTF is non-nil, use it to format the result."
  1138. (format (or printf "%s")
  1139. (/ (apply #'+ (mapcar #'string-to-number values))
  1140. (float (length values)))))
  1141. (defun org-columns--summary-sum-times (times _)
  1142. "Sum TIMES."
  1143. (org-columns--summary-apply-times #'+ times))
  1144. (defun org-columns--summary-min-time (times _)
  1145. "Compute the minimum time among TIMES."
  1146. (org-columns--summary-apply-times #'min times))
  1147. (defun org-columns--summary-max-time (times _)
  1148. "Compute the maximum time among TIMES."
  1149. (org-columns--summary-apply-times #'max times))
  1150. (defun org-columns--summary-mean-time (times _)
  1151. "Compute the mean time among TIMES."
  1152. (org-columns--summary-apply-times
  1153. (lambda (&rest values) (/ (apply #'+ values) (float (length values))))
  1154. times))
  1155. (defun org-columns--summary-min-age (ages _)
  1156. "Compute the minimum time among AGES."
  1157. (org-columns--format-age
  1158. (apply #'min (mapcar #'org-columns--age-to-minutes ages))))
  1159. (defun org-columns--summary-max-age (ages _)
  1160. "Compute the maximum time among AGES."
  1161. (org-columns--format-age
  1162. (apply #'max (mapcar #'org-columns--age-to-minutes ages))))
  1163. (defun org-columns--summary-mean-age (ages _)
  1164. "Compute the minimum time among AGES."
  1165. (org-columns--format-age
  1166. (/ (apply #'+ (mapcar #'org-columns--age-to-minutes ages))
  1167. (float (length ages)))))
  1168. (defun org-columns--summary-estimate (estimates _)
  1169. "Combine a list of estimates, using mean and variance.
  1170. The mean and variance of the result will be the sum of the means
  1171. and variances (respectively) of the individual estimates."
  1172. (let ((mean 0)
  1173. (var 0))
  1174. (dolist (e estimates)
  1175. (pcase (mapcar #'string-to-number (split-string e "-"))
  1176. (`(,low ,high)
  1177. (let ((m (/ (+ low high) 2.0)))
  1178. (cl-incf mean m)
  1179. (cl-incf var (- (/ (+ (* low low) (* high high)) 2.0) (* m m)))))
  1180. (`(,value) (cl-incf mean value))))
  1181. (let ((sd (sqrt var)))
  1182. (format "%s-%s"
  1183. (format "%.0f" (- mean sd))
  1184. (format "%.0f" (+ mean sd))))))
  1185. ;;; Dynamic block for Column view
  1186. (defun org-columns--capture-view (maxlevel skip-empty format local)
  1187. "Get the column view of the current buffer.
  1188. MAXLEVEL sets the level limit. SKIP-EMPTY tells whether to skip
  1189. empty rows, an empty row being one where all the column view
  1190. specifiers but ITEM are empty. FORMAT is a format string for
  1191. columns, or nil. When LOCAL is non-nil, only capture headings in
  1192. current subtree.
  1193. This function returns a list containing the title row and all
  1194. other rows. Each row is a list of fields, as strings, or
  1195. `hline'."
  1196. (org-columns (not local) format)
  1197. (goto-char org-columns-top-level-marker)
  1198. (let ((columns (length org-columns-current-fmt-compiled))
  1199. (has-item (assoc "ITEM" org-columns-current-fmt-compiled))
  1200. table)
  1201. (org-map-entries
  1202. (lambda ()
  1203. (when (get-char-property (point) 'org-columns-key)
  1204. (let (row)
  1205. (dotimes (i columns)
  1206. (let* ((col (+ (line-beginning-position) i))
  1207. (p (get-char-property col 'org-columns-key)))
  1208. (push (org-quote-vert
  1209. (get-char-property col
  1210. (if (string= p "ITEM")
  1211. 'org-columns-value
  1212. 'org-columns-value-modified)))
  1213. row)))
  1214. (unless (and skip-empty
  1215. (let ((r (delete-dups (remove "" row))))
  1216. (or (null r) (and has-item (= (length r) 1)))))
  1217. (push (cons (org-reduced-level (org-current-level)) (nreverse row))
  1218. table)))))
  1219. (and maxlevel (format "LEVEL<=%d" maxlevel))
  1220. (and local 'tree)
  1221. 'archive 'comment)
  1222. (org-columns-quit)
  1223. ;; Add column titles and a horizontal rule in front of the table.
  1224. (cons (mapcar #'cadr org-columns-current-fmt-compiled)
  1225. (cons 'hline (nreverse table)))))
  1226. (defun org-columns--clean-item (item)
  1227. "Remove sensitive contents from string ITEM.
  1228. This includes objects that may not be duplicated within
  1229. a document, e.g., a target, or those forbidden in tables, e.g.,
  1230. an inline src-block."
  1231. (let ((data (org-element-parse-secondary-string
  1232. item (org-element-restriction 'headline))))
  1233. (org-element-map data
  1234. '(footnote-reference inline-babel-call inline-src-block target
  1235. radio-target statistics-cookie)
  1236. #'org-element-extract-element)
  1237. (org-no-properties (org-element-interpret-data data))))
  1238. ;;;###autoload
  1239. (defun org-dblock-write:columnview (params)
  1240. "Write the column view table.
  1241. PARAMS is a property list of parameters:
  1242. :id the :ID: property of the entry where the columns view
  1243. should be built. When the symbol `local', call locally.
  1244. When `global' call column view with the cursor at the beginning
  1245. of the buffer (usually this means that the whole buffer switches
  1246. to column view). When \"file:path/to/file.org\", invoke column
  1247. view at the start of that file. Otherwise, the ID is located
  1248. using `org-id-find'.
  1249. :hlines When t, insert a hline before each item. When a number, insert
  1250. a hline before each level <= that number.
  1251. :indent When non-nil, indent each ITEM field according to its level.
  1252. :vlines When t, make each column a colgroup to enforce vertical lines.
  1253. :maxlevel When set to a number, don't capture headlines below this level.
  1254. :skip-empty-rows
  1255. When t, skip rows where all specifiers other than ITEM are empty.
  1256. :width apply widths specified in columns format using <N> specifiers.
  1257. :format When non-nil, specify the column view format to use."
  1258. (let ((table
  1259. (let ((id (plist-get params :id))
  1260. view-file view-pos)
  1261. (pcase id
  1262. (`global nil)
  1263. ((or `local `nil) (setq view-pos (point)))
  1264. ((and (let id-string (format "%s" id))
  1265. (guard (string-match "^file:\\(.*\\)" id-string)))
  1266. (setq view-file (match-string-no-properties 1 id-string))
  1267. (unless (file-exists-p view-file)
  1268. (user-error "No such file: %S" id-string)))
  1269. ((and (let idpos (org-find-entry-with-id id)) (guard idpos))
  1270. (setq view-pos idpos))
  1271. ((let `(,filename . ,position) (org-id-find id))
  1272. (setq view-file filename)
  1273. (setq view-pos position))
  1274. (_ (user-error "Cannot find entry with :ID: %s" id)))
  1275. (with-current-buffer (if view-file (get-file-buffer view-file)
  1276. (current-buffer))
  1277. (org-with-wide-buffer
  1278. (when view-pos (goto-char view-pos))
  1279. (org-columns--capture-view (plist-get params :maxlevel)
  1280. (plist-get params :skip-empty-rows)
  1281. (plist-get params :format)
  1282. view-pos))))))
  1283. (when table
  1284. ;; Prune level information from the table. Also normalize
  1285. ;; headings: remove stars, add indentation entities, if
  1286. ;; required, and possibly precede some of them with a horizontal
  1287. ;; rule.
  1288. (let ((item-index
  1289. (let ((p (assoc "ITEM" org-columns-current-fmt-compiled)))
  1290. (and p (cl-position p
  1291. org-columns-current-fmt-compiled
  1292. :test #'equal))))
  1293. (hlines (plist-get params :hlines))
  1294. (indent (plist-get params :indent))
  1295. new-table)
  1296. ;; Copy header and first rule.
  1297. (push (pop table) new-table)
  1298. (push (pop table) new-table)
  1299. (dolist (row table (setq table (nreverse new-table)))
  1300. (let ((level (car row)))
  1301. (when (and (not (eq (car new-table) 'hline))
  1302. (or (eq hlines t)
  1303. (and (numberp hlines) (<= level hlines))))
  1304. (push 'hline new-table))
  1305. (when item-index
  1306. (let ((item (org-columns--clean-item (nth item-index (cdr row)))))
  1307. (setf (nth item-index (cdr row))
  1308. (if (and indent (> level 1))
  1309. (concat "\\_" (make-string (* 2 (1- level)) ?\s) item)
  1310. item))))
  1311. (push (cdr row) new-table))))
  1312. (when (plist-get params :width)
  1313. (setq table
  1314. (append table
  1315. (list
  1316. (mapcar (lambda (spec)
  1317. (let ((w (nth 2 spec)))
  1318. (if w (format "<%d>" (max 3 w)) "")))
  1319. org-columns-current-fmt-compiled)))))
  1320. (when (plist-get params :vlines)
  1321. (setq table
  1322. (let ((size (length org-columns-current-fmt-compiled)))
  1323. (append (mapcar (lambda (x) (if (eq 'hline x) x (cons "" x)))
  1324. table)
  1325. (list (cons "/" (make-list size "<>")))))))
  1326. (let ((content-lines (org-split-string (plist-get params :content) "\n"))
  1327. recalc)
  1328. ;; Insert affiliated keywords before the table.
  1329. (when content-lines
  1330. (while (string-match-p "\\`[ \t]*#\\+" (car content-lines))
  1331. (insert (pop content-lines) "\n")))
  1332. (save-excursion
  1333. ;; Insert table at point.
  1334. (insert
  1335. (mapconcat (lambda (row)
  1336. (if (eq row 'hline) "|-|"
  1337. (format "|%s|" (mapconcat #'identity row "|"))))
  1338. table
  1339. "\n"))
  1340. ;; Insert TBLFM lines following table.
  1341. (let ((case-fold-search t))
  1342. (dolist (line content-lines)
  1343. (when (string-match-p "\\`[ \t]*#\\+TBLFM:" line)
  1344. (insert "\n" line)
  1345. (unless recalc (setq recalc t))))))
  1346. (when recalc (org-table-recalculate 'all t))
  1347. (org-table-align)))))
  1348. ;;;###autoload
  1349. (defun org-columns-insert-dblock ()
  1350. "Create a dynamic block capturing a column view table."
  1351. (interactive)
  1352. (let ((id (completing-read
  1353. "Capture columns (local, global, entry with :ID: property) [local]: "
  1354. (append '(("global") ("local"))
  1355. (mapcar #'list (org-property-values "ID"))))))
  1356. (org-create-dblock
  1357. (list :name "columnview"
  1358. :hlines 1
  1359. :id (cond ((string= id "global") 'global)
  1360. ((member id '("" "local")) 'local)
  1361. (id)))))
  1362. (org-update-dblock))
  1363. ;;; Column view in the agenda
  1364. ;;;###autoload
  1365. (defun org-agenda-columns ()
  1366. "Turn on or update column view in the agenda."
  1367. (interactive)
  1368. (org-columns-remove-overlays)
  1369. (if (markerp org-columns-begin-marker)
  1370. (move-marker org-columns-begin-marker (point))
  1371. (setq org-columns-begin-marker (point-marker)))
  1372. (let* ((org-columns--time (float-time (current-time)))
  1373. (fmt
  1374. (cond
  1375. ((bound-and-true-p org-agenda-overriding-columns-format))
  1376. ((let ((m (org-get-at-bol 'org-hd-marker)))
  1377. (and m
  1378. (or (org-entry-get m "COLUMNS" t)
  1379. (with-current-buffer (marker-buffer m)
  1380. org-columns-default-format)))))
  1381. ((and (local-variable-p 'org-columns-current-fmt)
  1382. org-columns-current-fmt))
  1383. ((let ((m (next-single-property-change (point-min) 'org-hd-marker)))
  1384. (and m
  1385. (let ((m (get-text-property m 'org-hd-marker)))
  1386. (or (org-entry-get m "COLUMNS" t)
  1387. (with-current-buffer (marker-buffer m)
  1388. org-columns-default-format))))))
  1389. (t org-columns-default-format)))
  1390. (compiled-fmt (org-columns-compile-format fmt)))
  1391. (setq org-columns-current-fmt fmt)
  1392. (when org-agenda-columns-compute-summary-properties
  1393. (org-agenda-colview-compute org-columns-current-fmt-compiled))
  1394. (save-excursion
  1395. ;; Collect properties for each headline in current view.
  1396. (goto-char (point-min))
  1397. (let (cache)
  1398. (while (not (eobp))
  1399. (let ((m (org-get-at-bol 'org-hd-marker)))
  1400. (when m
  1401. (push (cons (line-beginning-position)
  1402. ;; `org-columns-current-fmt-compiled' is
  1403. ;; initialized but only set locally to the
  1404. ;; agenda buffer. Since current buffer is
  1405. ;; changing, we need to force the original
  1406. ;; compiled-fmt there.
  1407. (org-with-point-at m
  1408. (org-columns--collect-values compiled-fmt)))
  1409. cache)))
  1410. (forward-line))
  1411. (when cache
  1412. (org-columns--set-widths cache)
  1413. (org-columns--display-here-title)
  1414. (when (setq-local org-columns-flyspell-was-active
  1415. (bound-and-true-p flyspell-mode))
  1416. (flyspell-mode 0))
  1417. (dolist (entry cache)
  1418. (goto-char (car entry))
  1419. (org-columns--display-here (cdr entry)))
  1420. (when org-agenda-columns-show-summaries
  1421. (org-agenda-colview-summarize cache)))))))
  1422. (defun org-agenda-colview-summarize (cache)
  1423. "Summarize the summarizable columns in column view in the agenda.
  1424. This will add overlays to the date lines, to show the summary for each day."
  1425. (let ((fmt (mapcar
  1426. (lambda (spec)
  1427. (pcase spec
  1428. (`(,property ,title ,width . ,_)
  1429. (if (member property '("CLOCKSUM" "CLOCKSUM_T"))
  1430. (list property title width ":" nil)
  1431. spec))))
  1432. org-columns-current-fmt-compiled)))
  1433. ;; Ensure there's at least one summation column.
  1434. (when (cl-some (lambda (spec) (nth 3 spec)) fmt)
  1435. (goto-char (point-max))
  1436. (catch :complete
  1437. (while t
  1438. (when (or (get-text-property (point) 'org-date-line)
  1439. (eq (get-text-property (point) 'face)
  1440. 'org-agenda-structure))
  1441. ;; OK, this is a date line that should be used.
  1442. (let (entries)
  1443. (let (rest)
  1444. (dolist (c cache)
  1445. (if (> (car c) (point))
  1446. (push c entries)
  1447. (push c rest)))
  1448. (setq cache rest))
  1449. ;; ENTRIES contains entries below the current one.
  1450. ;; CACHE is the rest. Compute the summaries for the
  1451. ;; properties we want, set nil properties for the rest.
  1452. (when (setq entries (mapcar #'cdr entries))
  1453. (org-columns--display-here
  1454. (mapcar
  1455. (lambda (spec)
  1456. (pcase spec
  1457. (`("ITEM" . ,_)
  1458. ;; Replace ITEM with current date. Preserve
  1459. ;; properties for fontification.
  1460. (let ((date (buffer-substring
  1461. (line-beginning-position)
  1462. (line-end-position))))
  1463. (list spec date date)))
  1464. (`(,_ ,_ ,_ nil ,_) (list spec "" ""))
  1465. (`(,_ ,_ ,_ ,operator ,printf)
  1466. (let* ((summarize (org-columns--summarize operator))
  1467. (values
  1468. ;; Use real values for summary, not
  1469. ;; those prepared for display.
  1470. (delq nil
  1471. (mapcar
  1472. (lambda (e) (org-string-nw-p
  1473. (nth 1 (assoc spec e))))
  1474. entries)))
  1475. (final (if values
  1476. (funcall summarize values printf)
  1477. "")))
  1478. (unless (equal final "")
  1479. (put-text-property 0 (length final)
  1480. 'face 'bold final))
  1481. (list spec final final)))))
  1482. fmt)
  1483. 'dateline)
  1484. (setq-local org-agenda-columns-active t))))
  1485. (if (bobp) (throw :complete t) (forward-line -1)))))))
  1486. (defun org-agenda-colview-compute (fmt)
  1487. "Compute the relevant columns in the contributing source buffers."
  1488. (dolist (file org-agenda-contributing-files)
  1489. (let ((b (find-buffer-visiting file)))
  1490. (with-current-buffer (or (buffer-base-buffer b) b)
  1491. (org-with-wide-buffer
  1492. (org-with-silent-modifications
  1493. (remove-text-properties (point-min) (point-max) '(org-summaries t)))
  1494. (goto-char (point-min))
  1495. (org-columns-get-format-and-top-level)
  1496. (dolist (spec fmt)
  1497. (let ((prop (car spec)))
  1498. (cond
  1499. ((equal prop "CLOCKSUM") (org-clock-sum))
  1500. ((equal prop "CLOCKSUM_T") (org-clock-sum-today))
  1501. ((and (nth 3 spec)
  1502. (let ((a (assoc prop org-columns-current-fmt-compiled)))
  1503. (equal (nth 3 a) (nth 3 spec))))
  1504. (org-columns-compute prop))))))))))
  1505. (provide 'org-colview)
  1506. ;;; org-colview.el ends here