From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: [PATCH] only display a scheduled item if it is due today or in the past Date: Mon, 3 May 2010 09:42:25 -0500 Message-ID: References: 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 1O8wqw-0007fJ-SK for emacs-orgmode@gnu.org; Mon, 03 May 2010 10:42:34 -0400 Received: from [140.186.70.92] (port=48140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8wqv-0007eb-E9 for emacs-orgmode@gnu.org; Mon, 03 May 2010 10:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8wqt-0000mD-SO for emacs-orgmode@gnu.org; Mon, 03 May 2010 10:42:33 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50307) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8wqt-0000lx-N4 for emacs-orgmode@gnu.org; Mon, 03 May 2010 10:42:31 -0400 Received: by wyb34 with SMTP id 34so1820027wyb.0 for ; Mon, 03 May 2010 07:42:30 -0700 (PDT) In-Reply-To: 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 Sun, May 2, 2010 at 12:37 PM, Nathaniel Flath wrote: > Hello, > One thing I've wanted from org-mode is the ability to have certain items > 'hidden' from the agenda until the day they are scheduled - this patch > implements this for all properties who have a STYLE property of 'hidden'. > I ended up implementing this(the patch is attached), and thought I'd > contribute it to org-mode. If you have any comments, please let me know. > > Thanks, > Nathaniel Flath > +1 for this functionailty This is great for "repeating" things that I don't want to have littering up my agenda, such as "Check Org-Mode Mailing List". Org-habit uses similar functionality, except that I don't want to see the habit-grid. --Nate > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >