Skip to content

Commit 54b29fa

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode.txt
1 parent fbf960a commit 54b29fa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/orgmode.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ CONTENTS *orgmode-content
2727
1.2.1.16. org_custom_exports..............|orgmode-org_custom_exports|
2828
1.2.1.17. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
2929
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|
3132
1.2.2. Agenda settings...........................|orgmode-agenda_settings|
3233
1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
3334
1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -492,6 +493,16 @@ Determine if blank line should be prepended when:
492493
* Adding heading via `org_meta_return` and `org_insert_*` mappings
493494
* Adding a list item via `org_meta_return`
494495

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+
495506
EMACS_CONFIG *orgmode-emacs_config*
496507

497508
type: `table`

0 commit comments

Comments
 (0)