From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [PATCH] Fix agenda display for late scheduled and deadline tasks Date: Mon, 21 Jun 2010 08:45:07 -0400 Message-ID: <87aaqoimgc.fsf@fastmail.fm> 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=40271 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQgIn-0004kz-T2 for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:40:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQgIm-0005xp-PZ for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:40:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:40077) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQgIm-0005xU-Nc for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 08:40:36 -0400 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 Hi Bernt, 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. > --- > Updated patch - fixes DAYN -> DAYNR in the docstring. I believe this patch breaks the functionality of org-agenda-repeating-timestamp-show-all. I have org-agenda-repeating-timestamp-show-all set to t, but only one occurrence of each repeating timestamp is shown. Thanks, Matt