diff --git a/org-ql-view.el b/org-ql-view.el index 40bc294..f7b9a6e 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -40,6 +40,11 @@ (require 'org-ql) +;; FIXME: check-declare declares "function not found", even though it +;; clearly is. It seems to not handle cl-defun, even though its code +;; appears to account for it. +(declare-function org-ql-search "org-ql-search" t) + (require 'dash) (require 's) (require 'org-super-agenda)