0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

org-table: Fix alignment with long links

* lisp/org-table.el (org-table-align): Fix alignment with long links.
This commit is contained in:
Nicolas Goaziou 2018-04-09 21:55:33 +02:00
parent f05c2eae33
commit 575d66625d

View file

@ -824,7 +824,7 @@ When nil, simply write \"#ERROR\" in corrupted fields.")
;; Find fields that are wider than FMAX, and shorten them.
(when fmax
(dolist (x column)
(when (> (string-width x) fmax)
(when (> (org-string-width x) fmax)
(org-add-props x nil
'help-echo
(concat