From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Is it possible to show an agenda item only if it's due? Date: Tue, 22 Sep 2009 15:30:27 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq7KZ-0007Od-9Y for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:31:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq7KU-0007N8-IQ for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:31:02 -0400 Received: from [199.232.76.173] (port=38013 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq7KU-0007Mv-8n for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:30:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:58023) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mq7KT-00026M-Sm for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:30:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mq7KR-0001P3-0n for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 17:30:55 +0200 Received: from dsl51B612BF.pool.t-online.hu ([81.182.18.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 17:30:55 +0200 Received: from spamfilteraccount by dsl51B612BF.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2009 17:30:55 +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: emacs-orgmode@gnu.org I have several items on my agenda which have a time specification (e.g. 4pm), but it only means I should work on it sometime after 4pm. It can even be 8pm when I actually deal with the item. So there is no need for me to see the item constantly on the daily agenda, I'd like this item to appear only if I display the agenda after 4pm. I don't want to see it before the given time, because I can't work on it then, so it only clutters the view. Is it possible to do this with org?