Ver Fonte

org-lint: Fix compilation error

* lisp/org-lint.el (org-lint-wrong-include-link-parameter): Remove
  spurious argument.
Nicolas Goaziou há 9 anos atrás
pai
commit
fc7ce0777d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org-lint.el

+ 1 - 1
lisp/org-lint.el

@@ -548,7 +548,7 @@ Use :header-args: instead"
 				   (not
 				    (ignore-errors
 				      (let ((org-link-search-inhibit-query t))
-					(org-link-search search nil nil t)))))
+					(org-link-search search nil t)))))
 			  (list (org-element-property :post-affiliated k)
 				(format
 				 "Invalid search part \"%s\" in INCLUDE keyword"