emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Filter scheduled items


From: Matt Lundin
Subject: Re: [Orgmode] Re: Filter scheduled items
Date: Fri, 01 Oct 2010 12:19:54 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Jeff Horn <address@hidden> 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 above to apply globally, you could bind it
to a custom command:

(add-to-list 'org-agenda-custom-commands
             '("u" "Unscheduled" todo ""
               ((org-agenda-todo-ignore-scheduled t))))

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]