From f1fc50b8769c26e16034f64e190c6ae707154bc5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2019 10:46:34 -0800 Subject: [org] The week starts on Monday Configure the calendar to start the week on Monday instead of Sunday. --- emacs.d/custom/fcuny-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-org.el') 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)) -- cgit 1.4.1