Correction: change end cutoff to 5 mins to match interval
This commit is contained in:
parent
242b0c8dfd
commit
d6d6909e48
|
@ -510,7 +510,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
:config
|
||||
(setq org-alert-notification-title "org-mode agenda"
|
||||
org-alert-notify-cutoff 30
|
||||
org-alert-notify-after-event-cutoff 0)
|
||||
org-alert-notify-after-event-cutoff 5)
|
||||
(org-alert-enable))
|
||||
#+end_src
|
||||
** org-journal
|
||||
|
|
Loading…
Reference in a new issue