summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 4840931..1ffeeef 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -70,6 +70,8 @@ _g n_: go to notes
   ;; agenda related
   (calendar-week-start-day 1)      ;; org-mode uses calendar for the date picker, and I want this to start on Monday
   (org-agenda-start-on-weekday 1)  ;; this is specific to org-agenda
+  (org-agenda-span 10)
+  (org-agenda-start-day "-7d")
   (org-agenda-files `(,org-default-tasks-file
                       ,org-default-work-tasks-file))