From 8b28dc3f7a6843393ddf3c9e264432b9644a588b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 27 Dec 2019 04:15:41 +0000 Subject: fix for bad variable --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index b26ef4e..48a9b2f 100644 --- a/init.el +++ b/init.el @@ -537,7 +537,7 @@ (global-set-key "\C-cb" 'org-iswitchb) (global-set-key "\C-cc" 'org-capture) (setq org-sort-agenda-notime-is-late nil) - (setq org-agenda-span "day") + (setq org-agenda-span 'day) (setq org-directory "~/Nextcloud/org") (setq org-agenda-files (quote ("~/Nextcloud/org/todo.org" "~/Nextcloud/org/projects.org" -- cgit v1.2.3