From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Stopping "done/cancelled" from showing in agenda view?
Date: Mon, 09 Jun 2014 15:38:10 +0200 [thread overview]
Message-ID: <87sinefbjx.fsf@gmail.com> (raw)
In-Reply-To: 87ha3uuu9v.fsf@skimble.plus.com
Sharon Kimble <boudiccas@skimble.plus.com> 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
next prev parent reply other threads:[~2014-06-09 13:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-09 12:44 Stopping "done/cancelled" from showing in agenda view? Sharon Kimble
2014-06-09 13:38 ` Thorsten Jolitz [this message]
2014-06-09 14:22 ` Sharon Kimble
2014-06-09 14:49 ` Nick Dokos
2014-06-09 15:57 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sinefbjx.fsf@gmail.com \
--to=tjolitz@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.