Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
I meant in particular whether there was a built-in agenda view for *unscheduled* items. Jeff On Thu, Sep 30, 2010 at 1:05 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Thanks Matt, I will try that out and let you know how it goes. Out of curiosity, how are you doing this in org-mode?

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Matt Lundin
Jeff Horn jrhorn...@gmail.com writes: I meant in particular whether there was a built-in agenda view for *unscheduled* items. With the following setting... (setq org-agenda-todo-ignore-scheduled t) ...org-todo-list (C-c a t) will show only unscheduled todos. If you don't want the setting

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Jeff Horn
Matt, With the following setting... (setq org-agenda-todo-ignore-scheduled t) ...org-todo-list (C-c a t) will show only unscheduled todos. If you don't want the setting above to apply globally, you could bind it to a custom command: (add-to-list 'org-agenda-custom-commands            

Re: [Orgmode] Re: Filter scheduled items

2010-09-30 Thread Jeff Horn
Out of curiosity, how are you doing this in org-mode? I currently use an inbox and touch each TODO item once to schedule, prioritize, and file it, but I have to open up my tasks file. If there is a way to see these in agenda, it would allow me to add other files to my agenda (files without

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa celose...@gmail.com writes: Hmm, org actually does this already. The problem is that I was filtering by TODO items, and the scheduled item was the parent of two TODO items (A non-TODO item tagged as PROJECT). So now I guess the question is: Can I make sub-items

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Marcelo de Moraes Serpa
Thanks Matt, I will try that out and let you know how it goes. Out of curiosity, how are you doing this in org-mode? I currently use an inbox and touch each TODO item once to schedule, prioritize, and file it, but I have to open up my tasks file. I just add it to the agenda C-c [. Agenda will

[Orgmode] Re: Filter scheduled items

2010-09-29 Thread Marcelo de Moraes Serpa
Hmm, org actually does this already. The problem is that I was filtering by TODO items, and the scheduled item was the parent of two TODO items (A non-TODO item tagged as PROJECT). So now I guess the question is: Can I make sub-items inherit the schedule information? Thanks! Marcelo. On Wed,