emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How not to show repetitive tasks in the TODO items of agenda vie


From: Pete Ley
Subject: Re: [O] How not to show repetitive tasks in the TODO items of agenda view
Date: Thu, 23 Jan 2014 15:46:09 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

> The problem is that all the birthdays and repetitive tasks are cluttering my
> view in agenda TODO items (C-c a t).
>
> Is it possible to make these items show up only in the agenda view (C-c a a)
> and not in the TODO items list (C-c a t)

You could try define a custom agenda command to show all TODO items
except those with deadlines.

(setq org-agenda-custom-commands
      '(("t" "TODOs without deadlines" alltodo ""
         ((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline))))))

Try that for a start.

Pete



reply via email to

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