From 4ac28d621b84b580655f987918bd5e2e8491e0f8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 9 Oct 2024 16:03:00 +0100 Subject: [PATCH] org-agenda default to day span --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ca2d0d6..fa4be9e 100644 --- a/README.org +++ b/README.org @@ -992,7 +992,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 'week) + (org-agenda-span 'day) (org-agenda-start-on-weekday 1) (org-agenda-sticky nil) (org-agenda-window-setup 'current-window)