From ab0d0a6402c5c940ed5bd4c11280b95be3148f00 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 1 Nov 2023 11:24:49 +0200 Subject: [PATCH] fixup! * lisp/org-table.el (org-table-make-reference): Add a FIXME comment --- lisp/org-table.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/ ""