mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
Revert "org-lint: Tolerate drawers in footnotes section"
This reverts commit f0b3fa5e6e
.
This commit is contained in:
parent
f0b3fa5e6e
commit
64ea67c38f
@ -836,7 +836,7 @@ Use \"export %s\" instead"
|
||||
(org-element-map (org-element-contents h)
|
||||
(cl-remove-if
|
||||
(lambda (e)
|
||||
(memq e '(comment comment-block drawer footnote-definition
|
||||
(memq e '(comment comment-block footnote-definition
|
||||
property-drawer section)))
|
||||
org-element-all-elements)
|
||||
(lambda (e)
|
||||
|
Loading…
Reference in New Issue
Block a user