diff --git a/lisp/org-table.el b/lisp/org-table.el index bac44f7a8..9176d2e5b 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -2866,7 +2866,8 @@ list, `literal' is for the format specifier L." elements (if (and (eq elements "") (not keep-empty)) ;; FIXME: This branch of `if' is never used because - ;; strings are never `eq' here. + ;; strings are never `eq' here. But changing to + ;; `equal' breaks tests. ;; See ;; https://list.orgmode.org/orgmode/20230827214320.46754-1-salutis@me.com/ ""