From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Agenda View: Do not display items scheduled in the past Date: Mon, 19 Apr 2010 10:41:28 -0400 Message-ID: <87y6gjpkrr.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3s8a-0007KQ-3X for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:39:48 -0400 Received: from [140.186.70.92] (port=37973 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3s8R-00079I-AH for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:39:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3s8O-0001CM-3j for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:39:39 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:50489) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3s8M-0001AO-Je for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 10:39:35 -0400 In-Reply-To: (Friedericksen Hope's message of "Mon, 19 Apr 2010 16:06:30 +0200") 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: friedericksen.hope@gmail.com Cc: emacs-orgmode@gnu.org Friedericksen Hope writes: > I tried to solve this problem with the manual, but I was not very > successfull. I have an org file with several items, nearly all with a > timestamp. When I open the standard agenda with C-x a a I get a weekly > view with a display of all scheduled items from the past (like missed > items) in red below the todays appointment. (I hope you can > understand). > > The items scheduled in the past are displayed ion red with a number > like "3x" saying that it was scheduled three days before. > > How can I prevent orgmode from displaying these items? I only want to > see items with a timestamp today (and, of course, deadline items in > the next two weeks). (setq org-scheduled-past-days 0) Best, Matt