Configuration Variable - due

- Added support for the "due" configuration variable that defines
  how many days into the future when a task is considered due.
This commit is contained in:
Paul Beckingham 2009-02-14 20:19:47 -05:00
parent 6faf1e44f5
commit 01b3cb190c
7 changed files with 30 additions and 12 deletions

View file

@ -195,6 +195,14 @@
Defaults to 80.
</dd>
<dt>due</dt>
<dd>
This is the number of days into the future that define when a
task is considered due, and is colored accordingly.
Defaults to 7.
</dd>
<dt>color</dt>
<dd>
May be "on" or "off". Determines whether task uses color.