forked from colonelpanic/dotfiles
[Emacs] Set org-wild-notifier day-wide-alert times
This commit is contained in:
parent
d54d9ef1a4
commit
87e9812850
@ -128,6 +128,13 @@ This makes evil-mode play nice with org-fc
|
||||
(org-babel-do-load-languages 'org-babel-load-languages org-babel-load-languages)
|
||||
(add-to-list 'org-babel-tangle-lang-exts '("js" . "js"))))
|
||||
#+end_src
|
||||
** Show daily scheduled tasks at a few points in the day
|
||||
#+begin_src emacs-lisp
|
||||
(use-package org-wild-notifier
|
||||
:after org
|
||||
:custom
|
||||
((org-wild-notifier-day-wide-alert-times '("10am" "5pm" "10pm"))))
|
||||
#+end_src
|
||||
* kat forgets to save her files
|
||||
#+begin_src emacs-lisp
|
||||
(auto-save-visited-mode +1)
|
||||
|
@ -855,7 +855,9 @@ alphanumeric characters only."
|
||||
(org-wild-notifier-alert-time '(30 5 0))
|
||||
(org-wild-notifier-extra-alert-plist '(:persistent t))
|
||||
(org-wild-notifier-predicate-blacklist
|
||||
'(org-wild-notifier-done-keywords-predicate)))
|
||||
'(org-wild-notifier-done-keywords-predicate))
|
||||
(org-wild-notifier-show-any-overdue-with-day-wide-alerts t)
|
||||
(org-wild-notifier-day-wide-alert-times '("10pm")))
|
||||
:config
|
||||
(org-wild-notifier-mode +1)
|
||||
(defun org-wild-notify-check-at-time ()
|
||||
|
Loading…
Reference in New Issue
Block a user