lisp/ox-odt.el (org-odt-table): Add FIXME comment

This commit is contained in:
Ihor Radchenko 2024-04-05 13:17:06 +03:00
parent ef43642874
commit 95b494a862
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 0 deletions

View File

@ -3481,6 +3481,10 @@ pertaining to indentation here."
(--walk-list-genealogy-and-collect-tags
(lambda (table info)
(let* ((genealogy (org-element-lineage table))
;; FIXME: This will fail when the table is buried
;; inside non-list parent greater element, like
;; special block. The parent block will not be
;; closed properly.
(list-genealogy
(when (org-element-type-p (car genealogy) 'item)
(cl-loop for el in genealogy