Skip to content

Commit 9efb27f

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 7af6cbd commit 9efb27f

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

doc/orgmode.txt

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ CONTENTS *orgmode-content
5454
1.2.2.10. org_agenda_skip_scheduled_if_done.|orgmode-org_agenda_skip_scheduled_if_done|
5555
1.2.2.11. org_agenda_skip_deadline_if_done.|orgmode-org_agenda_skip_deadline_if_done|
5656
1.2.2.12. org_agenda_text_search_extra_files.|orgmode-org_agenda_text_search_extra_files|
57-
1.2.3. Tags settings...............................|orgmode-tags_settings|
58-
1.2.3.1. org_tags_column.....................|orgmode-org_tags_column|
59-
1.2.3.2. org_use_tag_inheritance.....|orgmode-org_use_tag_inheritance|
60-
1.2.3.3. org_tags_exclude_from_inheritance.|orgmode-org_tags_exclude_from_inheritance|
57+
1.2.3. Calendar settings.......................|orgmode-calendar_settings|
58+
1.2.3.1. calendar.round_min_with_hours.|orgmode-calendar.round_min_with_hours|
59+
1.2.3.2. calendar.min_big_step.........|orgmode-calendar.min_big_step|
60+
1.2.3.3. calendar.min_small_step.....|orgmode-calendar.min_small_step|
61+
1.2.4. Tags settings...............................|orgmode-tags_settings|
62+
1.2.4.1. org_tags_column.....................|orgmode-org_tags_column|
63+
1.2.4.2. org_use_tag_inheritance.....|orgmode-org_use_tag_inheritance|
64+
1.2.4.3. org_tags_exclude_from_inheritance.|orgmode-org_tags_exclude_from_inheritance|
6165
1.3. Mappings...............................................|orgmode-mappings|
6266
1.3.1. Use Enter in insert mode to add list items/checkboxes/todos.|orgmode-use_enter_in_insert_mode_to_add_list_items/checkboxes/todos|
6367
1.3.2. Global mappings...........................|orgmode-global_mappings|
@@ -204,7 +208,8 @@ TABLE OF CONTENT *orgmode-table_of_conten
204208
2. Settings (#settings)
205209
1. Global settings (#global-settings)
206210
2. Agenda settings (#agenda-settings)
207-
3. Tags settings (#tags-settings)
211+
3. Calendar settings (#calendar-settings)
212+
4. Tags settings (#tags-settings)
208213
3. Mappings (#mappings)
209214
1. Global mappings (#global-mappings)
210215
2. Agenda mappings (#agenda-mappings)
@@ -917,6 +922,28 @@ Additional files to search from agenda search prompt.
917922
Currently it accepts only a single value: `agenda-archives`.
918923
Example value: `{'agenda-archives'}`
919924

925+
CALENDAR SETTINGS *orgmode-calendar_settings*
926+
927+
Adjust behavior of the calendar modal (ex: changing the date under cursor (#org_change_date)).
928+
929+
CALENDAR.ROUND_MIN_WITH_HOURS *orgmode-calendar.round_min_with_hours*
930+
931+
type: `boolean`
932+
default: `true`
933+
Should minutes be rounded, when the hour is changed. It behaves more fluently when changing the hours, especially when scheduling from the current time (which can be something odd). If set to false, the minutes are unchanged while changing the hours.
934+
935+
CALENDAR.MIN_BIG_STEP *orgmode-calendar.min_big_step*
936+
937+
type: `number`
938+
default: `15`
939+
The step size for changing the minutes while the cursor is on the first digit.
940+
941+
CALENDAR.MIN_SMALL_STEP *orgmode-calendar.min_small_step*
942+
943+
type: `number`
944+
default: same as [](#org_time_stamp_rounding_minutes)
945+
The step size for changing the minutes while the cursor is on the second digit.
946+
920947
TAGS SETTINGS *orgmode-tags_settings*
921948

922949
ORG_TAGS_COLUMN *orgmode-org_tags_column*
@@ -2137,7 +2164,7 @@ For MacOS, things should be very similar, but I wasn't able to test it. Any help
21372164
--------------------------------------------------------------------------------
21382165
CLOCKING *orgmode-clocking*
21392166

2140-
There is partial suport for Clocking work time (https://orgmode.org/manual/Clocking-Work-Time.html).
2167+
There is partial support for Clocking work time (https://orgmode.org/manual/Clocking-Work-Time.html).
21412168
Supported actions:
21422169

21432170
CLOCK IN *orgmode-clock_in*

0 commit comments

Comments
 (0)