@@ -54,10 +54,14 @@ CONTENTS *orgmode-content
54
54
1.2.2.10. org_agenda_skip_scheduled_if_done.|orgmode-org_agenda_skip_scheduled_if_done|
55
55
1.2.2.11. org_agenda_skip_deadline_if_done.|orgmode-org_agenda_skip_deadline_if_done|
56
56
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|
61
65
1.3. Mappings...............................................|orgmode-mappings|
62
66
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|
63
67
1.3.2. Global mappings...........................|orgmode-global_mappings|
@@ -204,7 +208,8 @@ TABLE OF CONTENT *orgmode-table_of_conten
204
208
2. Settings (#settings)
205
209
1. Global settings (#global-settings)
206
210
2. Agenda settings (#agenda-settings)
207
- 3. Tags settings (#tags-settings)
211
+ 3. Calendar settings (#calendar-settings)
212
+ 4. Tags settings (#tags-settings)
208
213
3. Mappings (#mappings)
209
214
1. Global mappings (#global-mappings)
210
215
2. Agenda mappings (#agenda-mappings)
@@ -917,6 +922,28 @@ Additional files to search from agenda search prompt.
917
922
Currently it accepts only a single value: `agenda-archives`.
918
923
Example value: `{'agenda-archives'}`
919
924
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
+
920
947
TAGS SETTINGS *orgmode-tags_settings*
921
948
922
949
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
2137
2164
--------------------------------------------------------------------------------
2138
2165
CLOCKING *orgmode-clocking*
2139
2166
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).
2141
2168
Supported actions:
2142
2169
2143
2170
CLOCK IN *orgmode-clock_in*
0 commit comments