From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix agenda display for late scheduled and deadline tasks Date: Wed, 16 Jun 2010 16:16:57 +0200 Message-ID: <87hbl35ag6.fsf@bzg.ath.cx> References: <1276358948-19543-1-git-send-email-bernt@norang.ca> <1276359235-19934-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42362 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOtQN-0002XL-Cl for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOtQL-0007VY-QQ for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:17:03 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:40749) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOtQL-0007VN-LH for emacs-orgmode@gnu.org; Wed, 16 Jun 2010 10:17:01 -0400 Received: by wyf28 with SMTP id 28so6249315wyf.0 for ; Wed, 16 Jun 2010 07:17:00 -0700 (PDT) In-Reply-To: <1276359235-19934-1-git-send-email-bernt@norang.ca> (Bernt Hansen's message of "Sat, 12 Jun 2010 12:13:55 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > * 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. Yes, this makes more sense. Applied, thanks. -- Bastien