diff --git a/dotfiles/emacs.d/org-config.org b/dotfiles/emacs.d/org-config.org index 2d5fc960..d110d8ce 100644 --- a/dotfiles/emacs.d/org-config.org +++ b/dotfiles/emacs.d/org-config.org @@ -855,6 +855,12 @@ alphanumeric characters only." (org-wild-notifier-tags-blacklist '("nonotify")) (org-wild-notifier-alert-time '(30 5 0)) (org-wild-notifier-extra-alert-plist '(:persistent t)) + (org-wild-notifier-predicate-whitelist + '((lambda (marker) + (save-excursion + (set-buffer (marker-buffer marker)) + (goto-char (marker-position marker)) + (imalison:assigned-to-me))))) (org-wild-notifier-predicate-blacklist '(org-wild-notifier-done-keywords-predicate)) (org-wild-notifier-show-any-overdue-with-day-wide-alerts t)