Browse Source

org-lint: Improve report

* lisp/org-lint.el (org-lint-extraneous-element-in-footnote-section):
  More accurate report for extraneous elements in footnotes section.
Nicolas Goaziou 8 years ago
parent
commit
91e26352c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-lint.el

+ 1 - 1
lisp/org-lint.el

@@ -844,7 +844,7 @@ Use \"export %s\" instead"
 			 (org-element-property :commentedp e))))
 	     nil t '(footnote-definition property-drawer))
 	   (list (org-element-property :begin h)
-		 "Extraneous elements in footnote section")))))
+		 "Extraneous elements in footnote section are not exported")))))
 
 (defun org-lint-quote-section (ast)
   (org-element-map ast '(headline inlinetask)