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:
parent
d1b35527de
commit
30b35fac9b
|
@ -89,8 +89,8 @@
|
||||||
(setq alert-default-style 'burnt-toast)
|
(setq alert-default-style 'burnt-toast)
|
||||||
)
|
)
|
||||||
(setq org-alert-interval 300
|
(setq org-alert-interval 300
|
||||||
org-alert-notify-cutoff 0
|
org-alert-notify-cutoff 5
|
||||||
org-alert-notify-after-event-cutoff 0)
|
org-alert-notify-after-event-cutoff 5)
|
||||||
(org-alert-enable)
|
(org-alert-enable)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue