0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 00:43:20 +00:00

fixup! * lisp/org-table.el (org-table-make-reference): Add a FIXME comment

This commit is contained in:
Ihor Radchenko 2023-11-01 11:24:49 +02:00
parent 1ef9e144aa
commit ab0d0a6402
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -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/
""