about summary refs log tree commit diff
path: root/users/grfn/emacs.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/emacs.d/config.el')
-rw-r--r--users/grfn/emacs.d/config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el
index 5b41c28a0f..16d75ddc70 100644
--- a/users/grfn/emacs.d/config.el
+++ b/users/grfn/emacs.d/config.el
@@ -241,7 +241,8 @@
 
   (defun org-tracker-headlines-from-assigned-to-me (level)
     (interactive "*nLevel: ")
-    (org-tracker-headlines-from-search
+    (funcall-interactively
+     #'org-tracker-headlines-from-search
      level
      "assignee = currentUser() and statusCategory = 2")))