summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-10-06 00:22:38 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-10-06 00:22:38 +0200
commit64ea67c38f39647826c0272d994cf4d5541203c2 (patch)
tree6b1483f750e1f56548d90fd09651e49fe54d0bfa
parentf0b3fa5e6ed670218e5b3314bc803007d18bda5e (diff)
downloadorg-mode-64ea67c38f39647826c0272d994cf4d5541203c2.tar.gz
Revert "org-lint: Tolerate drawers in footnotes section"
This reverts commit f0b3fa5e6ed670218e5b3314bc803007d18bda5e.
-rw-r--r--lisp/org-lint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-lint.el b/lisp/org-lint.el
index 429e471..b8d88ec 100644
--- a/lisp/org-lint.el
+++ b/lisp/org-lint.el
@@ -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)