0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

org-colview: Re-apply `org-columns-compact-links' removal

* lisp/org-colview.el (org-columns--displayed-value): Do not call
  removed function.
This commit is contained in:
Nicolas Goaziou 2019-01-01 17:19:49 +01:00
parent b35bda573a
commit 1aaee28545

View file

@ -253,7 +253,7 @@ value for ITEM property."
(concat (make-string (1- (org-current-level))
(if org-hide-leading-stars ?\s ?*))
"* "))))
(concat stars (org-columns-compact-links value))))
(concat stars (org-link-display-format value))))
(`(,_ ,_ ,_ ,_ nil) value)
;; If PRINTF is set, assume we are displaying a number and
;; obey to the format string.