aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-recoll.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/org-recoll.el b/org-recoll.el
index 14f4372..414ee95 100644
--- a/org-recoll.el
+++ b/org-recoll.el
@@ -310,6 +310,7 @@ If PAGING is t this indicates that the function is being called to page through
;;
+;;;###autoload
(defun org-recoll-update-index ()
"Invoke the recoll index update command string specified in ORG-RECOLL-INDEX-INVOCATION."
(interactive)
@@ -340,6 +341,7 @@ If SQUERY is passed offer it as a default."
" " 'minibuffer-complete-word)
squery)
+;;;###autoload
(defun org-recoll-search (&optional query)
"Prompt for a QUERY and search."
(interactive)