Skip to content

Commit f00d623

Browse files
author
nvim-orgmode
committed
1 parent aa423db commit f00d623

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/configuration.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,19 @@ Show time grid in agenda. See [[#org_agenda_time_grid][org_agenda_time_grid]] fo
842842
Label value for the current time in the agenda time grid.
843843
See [[#org_agenda_time_grid][org_agenda_time_grid]] for time grid configuration or [[#org_agenda_use_time_grid][org_agenda_use_time_grid]] to disable the grid.
844844

845+
*** org_agenda_show_future_repeats
846+
:PROPERTIES:
847+
:CUSTOM_ID: org_agenda_show_future_repeats
848+
:END:
849+
- Type: =boolean | number | 'next'=
850+
- Default: =true=
851+
How many future repeated tasks to show in agenda.
852+
Possible values:
853+
- =true= - Show all future repeats (default)
854+
- =false= - Do not show future repeats
855+
- =number= - Show only given number of future repeats
856+
- ='next'= - Show only the next repeat
857+
845858

846859
*** org_capture_templates
847860
:PROPERTIES:

0 commit comments

Comments
 (0)