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
|
: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
|
||||||
|
|
Loading…
Reference in a new issue