Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-21 Thread Nathaniel Flath
Sorry for the late reply - this thread was filtered incorrectly. The primary use I have for it is essentially what Nathan said - it controls display or recurring items to be the same as habits, with the exception of not displaying the habit graph. I also use it when scheduling items that can't be

Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-12 Thread Carsten Dominik
Hi Nathaniel, I am not yet sure about the purpose of this functionality. Items that are scheduled only show up in the agenda on the day when they are scheduled. What is the added value? Please explain, with an example. Thanks. - Carsten On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote:

Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-03 Thread Nathan Neff
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

[Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-02 Thread Nathaniel Flath
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 contr