[Emacs] Add a few more org-wild-notifier alert times

This commit is contained in:
Ivan Malison 2023-08-30 10:39:59 -06:00
parent 139d96d7bb
commit b96ce2df41

View File

@ -852,13 +852,13 @@ alphanumeric characters only."
:after org
:custom
((org-wild-notifier-keyword-whitelist nil)
(org-wild-notifier-tags-blacklist '("nonotify")))
(org-wild-notifier-tags-blacklist '("nonotify"))
(org-wild-notifier-alert-time '(30 5 0)))
:config
(org-wild-notifier-mode +1)
(defun org-wild-notify-check-at-time ()
(interactive)
(imalison:org-at-time
nil
:fn (lambda ()
(-each
(->> (funcall (org-wild-notifier--retrieve-events))