From d6d6909e4893985b02e438ae64b3bf8b962537a2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 14 Jan 2024 17:35:59 +0000 Subject: [PATCH] Correction: change end cutoff to 5 mins to match interval --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 350a09d..bcff310 100644 --- a/README.org +++ b/README.org @@ -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 0) + org-alert-notify-after-event-cutoff 5) (org-alert-enable)) #+end_src ** org-journal