Skip to content

Commit 0711433

Browse files
author
nvim-orgmode
committed
1 parent 000e2fc commit 0711433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ Should tags be hidden from all agenda views.
791791
:PROPERTIES:
792792
:CUSTOM_ID: org_agenda_time_grid
793793
:END:
794-
- Type: ={ type: ('daily', 'weekly', 'require-timed', 'remove-match')[], times: number[], time_separator: string, time_label: string }=
794+
- Type: ={ type: ('daily', 'weekly', 'require-timed', 'remove-match', 'remove-range-match')[], times: number[], time_separator: string, time_label: string }=
795795
- Default:
796796
#+begin_src lua
797797
{
@@ -810,6 +810,7 @@ Settings for the time grid visible in agenda. To disable showing the time grid a
810810
- =today= - Show grid only for today
811811
- =require-timed= - Show grid only if day has any entries with time specification
812812
- =remove-match= - Hide grid entries that overlap with the existing time slot taken by an agenda item
813+
- =remove-range-match= - Hide grid entries that overlap with the existing time range taken by an agenda item
813814
- =times=: List of times (in 24h format) to show on the grid. It should be integer value, example =1030= represents =10:30=
814815
- =time_separator=: Value that is showed after the grid time as a separator
815816
- =time_label=: Value that is showed after the =time_separator= to fill in the place that is usually for the agenda item title

0 commit comments

Comments
 (0)