|
@@ -4407,7 +4407,7 @@ Optional argument NEW may specify text to replace the current field content."
|
|
((not new)
|
|
((not new)
|
|
(concat (org-table--align-field field width align)
|
|
(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)
|
|
(concat (org-table--align-field new width align)
|
|
"|"))
|
|
"|"))
|
|
(t
|
|
(t
|