From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Repeating TODO are shown every day in the agenda Date: Sat, 29 Jan 2011 15:08:55 -0500 Message-ID: <87k4hn8obs.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=56016 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjH6Q-0007YA-Go for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 15:09:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjH6P-0001m4-ET for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 15:08:58 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjH6P-0001lu-Bb for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 15:08:57 -0500 In-Reply-To: (Carl Bolduc's message of "Sat, 29 Jan 2011 13:26:43 -0500") 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: Carl Bolduc Cc: emacs-orgmode@gnu.org Carl Bolduc writes: > I have a TODO that is repeating every day like this: > DEADLINE: <2011-01-29 Tue +1d> > > Currently, I see this item on every future days in the agenda. > > Would there be a way to see this TODO on the day that it is due (today) > and on the past days where this TODO wasn't done? For example, lets say > that I forget to do this TODO today. Tomorrow, I would see this TODO in > the agenda only on January 29th and 30th, I would not see it on January > 31st and all the other future days. (setq org-agenda-repeating-timestamp-show-all nil) Best, Matt