diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |