0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien 2020-09-05 15:20:06 +02:00
commit b2f54f9f8e

View file

@ -4460,7 +4460,7 @@ Optional argument NEW may specify text to replace the current field content."
((not new)
(concat (org-table--align-field field width align)
"|"))
((<= (org-string-width new) width)
((and width (<= (org-string-width new) width))
(concat (org-table--align-field new width align)
"|"))
(t