summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-01 17:19:49 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-01 17:19:49 +0100
commit1aaee2854565be2c29fd55c92da504da8bd98c78 (patch)
tree5efc2df9601eba616ca64139081cf69f535bcebc
parentb35bda573abc221855a4a9b9bc9fd2790e1fb01d (diff)
downloadorg-mode-1aaee2854565be2c29fd55c92da504da8bd98c78.tar.gz
org-colview: Re-apply `org-columns-compact-links' removal
* lisp/org-colview.el (org-columns--displayed-value): Do not call removed function.
-rw-r--r--lisp/org-colview.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index 79b9a69..94f45fb 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -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.