From 575d66625d13c34bbeae5f44d24235194cddd478 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 9 Apr 2018 21:55:33 +0200 Subject: [PATCH] org-table: Fix alignment with long links * lisp/org-table.el (org-table-align): Fix alignment with long links. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index dcf743036..e45135022 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -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