From e9f57a33bb78c7a60b662df3d5ddd152ef87332b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= Date: Sat, 9 Oct 2021 16:44:03 +0300 Subject: [PATCH 67/76] Fix comment. The symbols aren't bound. --- lisp/ox-odt.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 9da052803..4e5fcc8e0 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -3573,10 +3573,6 @@ pertaining to indentation here." ;; item, but also within description lists and low-level ;; headings. - ;; See `org-odt-translate-description-lists' and - ;; `org-odt-translate-low-level-headlines' for how this is - ;; tackled. - (concat "\n" ;; Discontinue the list. (mapconcat 'car close-open-tags "\n") -- 2.33.0