diff --git a/org-ql-view.el b/org-ql-view.el index 959484c..ec3082a 100644 --- a/org-ql-view.el +++ b/org-ql-view.el @@ -1006,6 +1006,8 @@ property." ;; These functions are somewhat regrettable because of the need to keep them ;; in sync, but it seems worth it to provide users with the flexibility. +(declare-function org-ql-search-directories-files "org-ql-search" t) + (defun org-ql-view--contract-buffers-files (buffers-files) "Return BUFFERS-FILES in its \"contracted\" form. The contracted form is \"org-agenda-files\" if BUFFERS-FILES diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 3aebd3e..98fb630 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -30,6 +30,7 @@ (require 'with-simulated-input) (require 'org-ql) +(require 'org-ql-view) ;;;; Variables