org-colview.el 63 KB

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