Correction: change end cutoff to 5 mins to match interval

This commit is contained in:
Evie Litherland-Smith 2024-01-14 17:35:59 +00:00
parent 242b0c8dfd
commit d6d6909e48

View file

@ -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