emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] TODO list with future scheduled events excluded


From: Matt Lundin
Subject: Re: [O] TODO list with future scheduled events excluded
Date: Thu, 29 Oct 2015 09:58:43 -0500
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Georg Otto <address@hidden> writes:

> Dear all,
>
> with the TODO list view (org-todo-list) I get all my TODO entries,
> including the ones that are scheduled far in the future. This clutters
> up this view quite a bit, and I would prefer to have a TODO list with
> entries scheduled to future days excluded.
>
> Maybe miss something obvious, but so far I did not find any
> solution. Does anybody have an idea?

You can customize the following variables:

- org-agenda-todo-ignore-scheduled
- org-agenda-todo-ignore-deadlines

E.g.,

(setq org-agenda-todo-ignore-scheduled 'future)

See http://orgmode.org/manual/Global-TODO-list.html

See also the docstrings of the variables for more information.

Matt






reply via email to

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