Disable org-alert after event
This commit is contained in:
parent
449f9440a7
commit
242b0c8dfd
|
@ -510,7 +510,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
:config
|
||||
(setq org-alert-notification-title "org-mode agenda"
|
||||
org-alert-notify-cutoff 30
|
||||
org-alert-notify-after-event-cutoff 60)
|
||||
org-alert-notify-after-event-cutoff 0)
|
||||
(org-alert-enable))
|
||||
#+end_src
|
||||
** org-journal
|
||||
|
|
Loading…
Reference in a new issue