From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Agenda View, Hiding Scheduled DONE Items Date: Thu, 19 Jun 2008 17:30:25 -0400 Message-ID: <26729.1213911025@alphaville.zko.hp.com> References: <86lk11jffk.fsf@pmade.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9Rje-0005kz-T3 for emacs-orgmode@gnu.org; Thu, 19 Jun 2008 17:32:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9Rjc-0005hM-EW for emacs-orgmode@gnu.org; Thu, 19 Jun 2008 17:32:01 -0400 Received: from [199.232.76.173] (port=40767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9Rjc-0005hD-9G for emacs-orgmode@gnu.org; Thu, 19 Jun 2008 17:32:00 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:18714) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9Rjc-00040o-0h for emacs-orgmode@gnu.org; Thu, 19 Jun 2008 17:32:00 -0400 Received: from smtp1.fc.hp.com (smtp.cnd.hp.com [15.15.136.127]) by g5t0006.atlanta.hp.com (Postfix) with ESMTP id 3F511C052 for ; Thu, 19 Jun 2008 21:30:26 +0000 (UTC) Received: from alphaville.zko.hp.com (alphaville.zko.hp.com [16.116.97.9]) by smtp1.fc.hp.com (Postfix) with ESMTP id E99011FD98A for ; Thu, 19 Jun 2008 21:23:12 +0000 (UTC) Received: from alphaville.zko.hp.com (localhost [127.0.0.1]) by alphaville.zko.hp.com (Postfix) with ESMTP id 8E2B45DFD7 for ; Thu, 19 Jun 2008 17:30:25 -0400 (EDT) In-Reply-To: Message from Peter Jones of "Thu, 19 Jun 2008 15:14:07 MDT." <86lk11jffk.fsf@pmade.com> 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: emacs-orgmode@gnu.org Peter Jones wrote: > ... > When in the agenda view, is there a way to hide items that are > scheduled for the current day, yet are marked as DONE? That is, I > only want to see items that are still TODO. > ... org-agenda-redo (bound to "r" and "g") will do that. HTH, Nick