From 752b86b5af2d37cac44b8dfad3df6b56d9987b29 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jan 2024 14:43:24 +0000 Subject: [PATCH] Set title and cutoff times for org-alert --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 7322577..8f8c004 100644 --- a/README.org +++ b/README.org @@ -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