Procházet zdrojové kódy

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 před 8 roky
rodič
revize
91e26352c5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)