Browse Source

new agenda starts with current day, not monday

master
Marc Pohling 1 day ago
parent
commit
bc65216cb9
1 changed files with 1 additions and 1 deletions
  1. 2
      config.org

2
config.org

@ -1440,7 +1440,7 @@ nil)))
( (
(agenda "" (agenda ""
((org-agenda-span 7) ((org-agenda-span 7)
(org-agenda-start-on-weekday 1)
(org-agenda-start-on-weekday nil)
(org-super-agenda-groups (org-super-agenda-groups
'((:name "high priority [#A]" :priority "A" :order 1) '((:name "high priority [#A]" :priority "A" :order 1)
(:name "overdue" :deadline past :scheduled past :order 2) (:name "overdue" :deadline past :scheduled past :order 2)

Loading…
Cancel
Save