emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Stopping "done/cancelled" from showing in agenda view?


From: Thorsten Jolitz
Subject: Re: [O] Stopping "done/cancelled" from showing in agenda view?
Date: Mon, 09 Jun 2014 15:38:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Sharon Kimble <address@hidden> writes:

> This is probably an easy one to answer, but I can't even think of
> how to query google with it. And I can't see how to do it in the org
> manual either!
>
> But, how do you stop a "done", or "cancelled" item from appearing in
> the agenda view please? Is there some code that will auto-magically
> do it for me please?

hmm... should be the default:

,---------------------------------------------------------------------
| C-c a t     (org-todo-list)
|     Show the global TODO list. This collects the TODO items from all
|     agenda files (see Agenda Views) into a single buffer. By
|     default, this lists items with a state the is not a DONE state.
`---------------------------------------------------------------------


There are:

,----------------------------
| C-h v org-not-done-keywords
`----------------------------

and 

,------------------------
| C-h v org-done-keywords
`------------------------

which are probably nil in your case.

-- 
cheers,
Thorsten




reply via email to

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