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

2010-06-27 Thread Nathan Neff
On Sat, Jun 26, 2010 at 2:00 AM, Livin Stephen Sharma wrote: > >  To to 'hide' the graph, I set both org-habit--days to 0 > . > > Very cool -- that will get rid of the error that shows up at the bottom of my agenda. The error says something about the datatype of org-habit-graph-column :-) > >

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

2010-06-26 Thread Livin Stephen Sharma
To to 'hide' the graph, I set both org-habit--days to 0 . On Jun 24, 2010, at 05:25:07 , Nathan Neff wrote: > org-habit-graph-column to -1 then it successfully hides the graph. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

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

2010-06-23 Thread Nathan Neff
On Sat, Jun 5, 2010 at 11:38 PM, Carsten Dominik wrote: > > On Jun 4, 2010, at 2:51 PM, Matthew Lundin wrote: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> can someone please summarize what the status of this discussion is? >>> >>> I have lost track I apologize for commenting on this

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

2010-06-05 Thread Carsten Dominik
On Jun 4, 2010, at 2:51 PM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: can someone please summarize what the status of this discussion is? I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is

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

2010-06-04 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > can someone please summarize what the status of this discussion is? > > I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is Monday, tasks scheduled for Friday with a "STYLE=hi

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

2010-06-04 Thread Carsten Dominik
Hi, can someone please summarize what the status of this discussion is? I have lost track Thanks! - Carsten On May 22, 2010, at 4:09 PM, Nathaniel Flath wrote: Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'hab

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

2010-05-27 Thread Nathan Neff
On Sat, May 22, 2010 at 11:27 AM, Matthew Lundin wrote: > Nathaniel Flath writes: > >> Yes, this patch is primarily for weekly agendas - it changes when items >> are displayed to be the same as having a style of 'habit, while also >> allowing to do it for non-recurring items. > > Do you mean that

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

2010-05-22 Thread Matthew Lundin
Nathaniel Flath writes: > Yes, this patch is primarily for weekly agendas - it changes when items > are displayed to be the same as having a style of 'habit, while also > allowing to do it for non-recurring items. Do you mean that it is the same as when org-habit-show-habits-only-for-today is se

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

2010-05-22 Thread Nathaniel Flath
Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'habit, while also allowing to do it for non-recurring items. org-agenda-repeating-timestamp-show-all doesn't do quite what I want - I want the item to not show on my weekly ag

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

2010-05-21 Thread Matt Lundin
Nathaniel Flath writes: > On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote: > > 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 >