File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ CONTENTS *orgmode-content
27
27
1.2.1.16. org_custom_exports..............|orgmode-org_custom_exports|
28
28
1.2.1.17. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
29
29
1.2.1.18. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
30
- 1.2.1.19. emacs_config..........................|orgmode-emacs_config|
30
+ 1.2.1.19. calendar_week_start_day....|orgmode-calendar_week_start_day|
31
+ 1.2.1.20. emacs_config..........................|orgmode-emacs_config|
31
32
1.2.2. Agenda settings...........................|orgmode-agenda_settings|
32
33
1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
33
34
1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -492,6 +493,16 @@ Determine if blank line should be prepended when:
492
493
* Adding heading via `org_meta_return` and `org_insert_*` mappings
493
494
* Adding a list item via `org_meta_return`
494
495
496
+ CALENDAR_WEEK_START_DAY *orgmode-calendar_week_start_day*
497
+
498
+ type: `number`
499
+ default value: `1`
500
+ Available options:
501
+ * `0` - start week on Sunday
502
+ * `1` - start week on Monday
503
+
504
+ Determine on which day the week will start in calendar modal (ex: changing the date under cursor (#org_change_date))
505
+
495
506
EMACS_CONFIG *orgmode-emacs_config*
496
507
497
508
type: `table`
You can’t perform that action at this time.
0 commit comments