Fix agenda display for late scheduled and deadline tasks
commit516640aff96b627d8ad412f6cdb436535600aff0
authorBernt Hansen <bernt@norang.ca>
Wed, 23 Jun 2010 02:40:16 +0000 (23 02:40 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 1 Jul 2010 12:56:18 +0000 (1 14:56 +0200)
treebccc05a0637994f30e46e65a5d1e00f7a1c1402e
parent3308155e23b4c9ecaaa599e0253b3eb25b64529f
Fix agenda display for late scheduled and deadline tasks

* lisp/org.el (org-time-string-to-absolute): Ignore cyclic repeater
when displaying items on todays agenda date.

Ignore the cyclic repeater when displaying items on today's agenda
date.  If you have a weekly task and miss the date the agenda view
will show more than a week late now instead of resetting on the
cyclic repeating date.  This makes it much more obvious when you
missed a repeating task after the repeater.
lisp/org.el