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 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

_______________________________________________
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