Set title and cutoff times for org-alert
This commit is contained in:
parent
70e258a997
commit
752b86b5af
|
@ -499,6 +499,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
:ensure t
|
||||
:after alert
|
||||
:config
|
||||
(setq org-alert-notification-title "org-mode agenda"
|
||||
org-alert-notify-cutoff 30
|
||||
org-alert-notify-after-event-cutoff 60)
|
||||
(org-alert-enable))
|
||||
#+end_src
|
||||
** org-journal
|
||||
|
|
Loading…
Reference in a new issue