summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-02-23 16:47:10 +0100
committerMartin Polden <mpolden@mpolden.no>2020-02-23 16:47:10 +0100
commit7d721e5024dd52f26dba664e9512da1f558d61a3 (patch)
tree8cad5fd1d936535263dcd898b18cd6f0f38bed26
parentda9109be96355e5c2a0e9e0e6822d1b7c637cc67 (diff)
Include two weeks in agenda
-rw-r--r--lisp/init-org.el3
1 files changed, 3 insertions, 0 deletions
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