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
|
:config
|
||||||
(setq org-alert-notification-title "org-mode agenda"
|
(setq org-alert-notification-title "org-mode agenda"
|
||||||
org-alert-notify-cutoff 30
|
org-alert-notify-cutoff 30
|
||||||
org-alert-notify-after-event-cutoff 0)
|
org-alert-notify-after-event-cutoff 5)
|
||||||
(org-alert-enable))
|
(org-alert-enable))
|
||||||
#+end_src
|
#+end_src
|
||||||
** org-journal
|
** org-journal
|
||||||
|
|
Loading…
Reference in a new issue