diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index a4bd7a8..7696936 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -67,7 +67,8 @@ _g n_: go to notes (sequence "SOMEDAY" "|" "CANCELED(c)"))) ;; agenda related - (org-agenda-start-on-weekday 1) + (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-files `(,org-default-tasks-file ,org-default-work-tasks-file)) |