adjust alert notification times to ensure scheduled events pop up and then 'go away' after the scheduled time ; this config will notify every 5 minutes if a deadline item is past due -- the deadline alert times/repitions do not seem tunable

This commit is contained in:
KemoNine 2023-04-24 11:39:45 -04:00
parent d1b35527de
commit 30b35fac9b
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@
(setq alert-default-style 'burnt-toast)
)
(setq org-alert-interval 300
org-alert-notify-cutoff 0
org-alert-notify-after-event-cutoff 0)
org-alert-notify-cutoff 5
org-alert-notify-after-event-cutoff 5)
(org-alert-enable)
)