From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Hiding items on agenda until day they are scheduled Date: Sun, 21 Feb 2010 10:58:45 +0530 Message-ID: References: <5e3a506e1002201012h3be8ca6q489f4bd696253f4b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj4NQ-00009D-Du for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:29:08 -0500 Received: from [140.186.70.92] (port=34131 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj4NO-000095-Oe for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj4NO-0001iK-3N for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:29:06 -0500 Received: from mail-iw0-f199.google.com ([209.85.223.199]:37824) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj4NN-0001iG-TN for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:29:06 -0500 Received: by iwn37 with SMTP id 37so1525578iwn.24 for ; Sat, 20 Feb 2010 21:29:05 -0800 (PST) In-Reply-To: <5e3a506e1002201012h3be8ca6q489f4bd696253f4b@mail.gmail.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: Nathaniel Flath Cc: emacs-orgmode@gnu.org On Sat, Feb 20, 2010 at 11:42 PM, Nathaniel Flath wrote: > Hello, > > Is there a property that will hide an item from the agenda > until the day it is scheduled? I don't want to do this > globally, just for specific items. Setting the style to > 'habit' does this, but I was wondering if there was a more > semantically-correct way. i'm not clear which agenda you're talking about (a custom agenda block or a daily/weekly agenda. please take a look at following variables, they may do what you need: 1. org-agenda-skip-scheduled-if-deadline-is-shown 2. org-agenda-skip-scheduled-if-done 3. org-agenda-skip-timestamp-if-done 4. org-agenda-todo-ignore-deadlines 5. org-agenda-todo-ignore-scheduled 6. org-agenda-todo-ignore-with-date hth -- manish