Disable org-alert after event

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

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 60) org-alert-notify-after-event-cutoff 0)
(org-alert-enable)) (org-alert-enable))
#+end_src #+end_src
** org-journal ** org-journal