Skip to content

Commit 36aa2f2

Browse files
docs: fix lua code for combined agenda view config
1 parent bfbd30f commit 36aa2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ require('orgmode').setup({
681681
type = 'agenda',
682682
org_agenda_overriding_header = 'Whole week overview',
683683
org_agenda_span = 'week', -- 'week' is default, so it's not necessary here, just an example
684-
org_agenda_start_on_weekday = 1 -- Start on Monday
684+
org_agenda_start_on_weekday = 1, -- Start on Monday
685685
org_agenda_remove_tags = true -- Do not show tags only for this view
686686
},
687687
}

0 commit comments

Comments
 (0)