Feature #298 - Configurable recurring task count

- Added new recurrence.limit value (default 1) to control the number of
  future pending tasks generated from a recurring parent task.
- Added unit tests.
- Updated taskrc man page.
This commit is contained in:
Paul Beckingham 2010-06-13 12:45:41 -04:00
parent 78d092c588
commit bb19361956
6 changed files with 79 additions and 1 deletions

View file

@ -261,6 +261,13 @@ The character or string to show in the tag_indicator column. Defaults to +.
.B recurrence.indicator=R
The character or string to show in the recurrence_indicator column. Defaults to R.
.TP
.B recurrence.limit=1
The number of future recurring tasks to show. Defaults to 1. For example, if a
weekly recurring task is added with a due date of tomorrow, and recurrence.limit
is set to 2, then a report will list 2 pending recurring tasks, one for tomorrow,
and one for a week from tomorrow.
.TP
.B debug=off
Task has a debug mode that causes diagnostic output to be displayed. Typically