Set title and cutoff times for org-alert

This commit is contained in:
Evie Litherland-Smith 2024-01-12 14:43:24 +00:00
parent 70e258a997
commit 752b86b5af

View file

@ -499,6 +499,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:ensure t :ensure t
:after alert :after alert
:config :config
(setq org-alert-notification-title "org-mode agenda"
org-alert-notify-cutoff 30
org-alert-notify-after-event-cutoff 60)
(org-alert-enable)) (org-alert-enable))
#+end_src #+end_src
** org-journal ** org-journal