Calendar details

- added 2 new configuration variables 'calendar.details' and
   'calendar.details.report' that make it possible to display
   details of task with due date when doing 'task cal'
This commit is contained in:
Federico Hernandez 2010-01-08 00:15:00 +01:00
parent a75e7978ab
commit 6dd00f41e9
6 changed files with 140 additions and 17 deletions

View file

@ -191,6 +191,14 @@ The week number is dependent on the day a week starts.
This is the number of days into the future that define when a task is considered due,
and is colored accordingly. Defaults to 7.
.TP calendar.details=no
If set to yes running "task calendar" will display the details of tasks with due dates
that fall into the calendar period.
.TP calendar.details.report=list
The report to run when displaying the details of tasks with due date when running the
"task calendar" command.
.TP
.B monthsperline=2
Determines how many months the "task calendar" command renders across the screen.