* lisp/org-agenda.el (org-agenda-get-deadlines):
commit14b689946d398d352f7157bed8a1aa1e31a9e934
authorBastien Guerry <bzg@altern.org>
Wed, 16 Jun 2010 14:12:31 +0000 (16 16:12 +0200)
committerBastien Guerry <bzg@altern.org>
Wed, 16 Jun 2010 14:12:31 +0000 (16 16:12 +0200)
treebcd77bb242d4db911b13a83501aeb61f84e55e93
parent359a6bd8bec6018e6c7498610049729c7cd7d3dd
* lisp/org-agenda.el (org-agenda-get-deadlines):
(org-agenda-get-scheduled):
* lisp/org.el (org-time-string-to-seconds):
For deadline and scheduled agenda display ignore the cyclic repeater
when calculating how many days late the task is.  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.

Thanks to Bernt Hansen for this patch.
lisp/org-agenda.el
lisp/org.el