|
4 | 4 | 2. [Settings](#settings)
|
5 | 5 | 1. [Global settings](#global-settings)
|
6 | 6 | 2. [Agenda settings](#agenda-settings)
|
7 |
| - 3. [Tags settings](#tags-settings) |
| 7 | + 3. [Calendar settings](#calendar-settings) |
| 8 | + 4. [Tags settings](#tags-settings) |
8 | 9 | 3. [Mappings](#mappings)
|
9 | 10 | 1. [Global mappings](#global-mappings)
|
10 | 11 | 2. [Agenda mappings](#agenda-mappings)
|
@@ -677,6 +678,28 @@ Additional files to search from agenda search prompt.<br />
|
677 | 678 | Currently it accepts only a single value: `agenda-archives`.<br />
|
678 | 679 | Example value: `{'agenda-archives'}`
|
679 | 680 |
|
| 681 | +### Calendar settings |
| 682 | + |
| 683 | +Adjust behavior of the calendar modal (ex: [changing the date under cursor](#org_change_date)). |
| 684 | + |
| 685 | +#### **calendar.round_min_with_hours** |
| 686 | + |
| 687 | +_type_: `boolean`<br /> |
| 688 | +_default_: `true`<br /> |
| 689 | +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. |
| 690 | + |
| 691 | +#### **calendar.min_big_step** |
| 692 | + |
| 693 | +_type_: `number`<br /> |
| 694 | +_default_: `15`<br /> |
| 695 | +The step size for changing the minutes while the cursor is on the first digit. |
| 696 | + |
| 697 | +#### **calendar.min_small_step** |
| 698 | + |
| 699 | +_type_: `number`<br /> |
| 700 | +_default_: same as [](#org_time_stamp_rounding_minutes)<br /> |
| 701 | +The step size for changing the minutes while the cursor is on the second digit. |
| 702 | + |
680 | 703 | ### Tags settings
|
681 | 704 |
|
682 | 705 | #### **org_tags_column**
|
@@ -1712,7 +1735,7 @@ This option is most optimized because it doesn't load plugins and your init.vim
|
1712 | 1735 | For **MacOS**, things should be very similar, but I wasn't able to test it. Any help on this is appreciated.
|
1713 | 1736 |
|
1714 | 1737 | ## Clocking
|
1715 |
| -There is partial suport for [Clocking work time](https://orgmode.org/manual/Clocking-Work-Time.html).<br /> |
| 1738 | +There is partial support for [Clocking work time](https://orgmode.org/manual/Clocking-Work-Time.html).<br /> |
1716 | 1739 | Supported actions:
|
1717 | 1740 | ##### Clock in
|
1718 | 1741 | Org file mapping: `<leader>oxi`<br />
|
|
0 commit comments