From 39cf44fc6e9133eace2b9ddc020d01723cfbb670 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 17 Oct 2024 13:33:56 +0100 Subject: [PATCH] Set default org-agenda-span back to week --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 78941e8..4f68971 100644 --- a/README.org +++ b/README.org @@ -997,7 +997,7 @@ Configure email with iCalendar event support, to integrate with :bind (("C-c a" . org-agenda)) :hook (org-agenda-finalize . org-agenda-to-appt) :custom - (org-agenda-span 'day) + (org-agenda-span 'week) (org-agenda-start-on-weekday 1) (org-agenda-sticky nil) (org-agenda-window-setup 'current-window)