From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hoffman Subject: Making org-agenda-list hide items scheduled for the future Date: Fri, 17 Jan 2014 17:27:08 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Ht1-0004nU-G4 for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 17:27:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4Hsq-0006g5-Um for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 17:27:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:44281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4Hsq-0006ex-No for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 17:27:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W4Hsp-00081D-Nv for emacs-orgmode@gnu.org; Fri, 17 Jan 2014 23:27:23 +0100 Received: from gnat.uhnres.utoronto.ca ([192.75.165.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jan 2014 23:27:23 +0100 Received: from gmane3-hoffman by gnat.uhnres.utoronto.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jan 2014 23:27:23 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I use the weekly/daily agenda and want to be able to use the SCHEDULED keyword to hide items until the scheduled time comes up. I don't want to think about them until then. How can I set up org-agenda-list to do this? This is the list of agenda items, not the TODO list. I already have org-agenda-todo-ignore-scheduled set to future. It does not help. I am using org-mode 8.2.4, Emacs 24.3.2, CentOS Linux 6.5. Michael Hoffman