[Emacs] Add a few more org-wild-notifier alert times
This commit is contained in:
parent
139d96d7bb
commit
b96ce2df41
@ -852,13 +852,13 @@ alphanumeric characters only."
|
|||||||
:after org
|
:after org
|
||||||
:custom
|
:custom
|
||||||
((org-wild-notifier-keyword-whitelist nil)
|
((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
|
:config
|
||||||
(org-wild-notifier-mode +1)
|
(org-wild-notifier-mode +1)
|
||||||
(defun org-wild-notify-check-at-time ()
|
(defun org-wild-notify-check-at-time ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(imalison:org-at-time
|
(imalison:org-at-time
|
||||||
nil
|
|
||||||
:fn (lambda ()
|
:fn (lambda ()
|
||||||
(-each
|
(-each
|
||||||
(->> (funcall (org-wild-notifier--retrieve-events))
|
(->> (funcall (org-wild-notifier--retrieve-events))
|
||||||
|
Loading…
Reference in New Issue
Block a user