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? 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 then show any scheduled
> items in the calendar view (C-c a a). Is that what you are asking
> about?
>
> Cheerds,
>
> Marcelo.
>
> On Thu, Sep 30, 2010 at 11:58 AM, Matt Lundin <m...@imapmail.org> wrote:
>> 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 inherit the schedule information?
>>
>> Yes, by using org-use-property-inheritance. This works when doing a
>> property search, so you'll have to use tags-todo.
>>
>> Does this custom command accomplish what you are looking for?
>>
>> --8<---------------cut here---------------start------------->8---
>> (add-to-list 'org-agenda-custom-commands
>>             ;; a todo list with no future items and inherited scheduling info
>>             '("x" "No future items" tags-todo 
>> "+SCHEDULED<=\"<today>\"/!+TODO"
>>               ((org-use-property-inheritance '("SCHEDULED")))))
>> --8<---------------cut here---------------end--------------->8---
>>
>> Best,
>> Matt
>>
>
> _______________________________________________
> 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
>



-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

_______________________________________________
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

Reply via email to