From 7d721e5024dd52f26dba664e9512da1f558d61a3 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sun, 23 Feb 2020 16:47:10 +0100 Subject: Include two weeks in agenda --- lisp/init-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-org.el b/lisp/init-org.el index 63f5532..18af71e 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -52,6 +52,9 @@ ;; hide todo entries scheduled in the future (setq org-agenda-todo-ignore-scheduled 'future) + ;; include two weeks in agenda + (setq org-agenda-span 'fortnight) + ;; customize agenda (setq org-agenda-custom-commands '(;; default view -- cgit v1.2.3