diff options
-rw-r--r-- | users/grfn/emacs.d/config.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el index 5b41c28a0f20..16d75ddc70a7 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"))) |