emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Paul Mead <paul.d.mead@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 6.30trans (release_6.30d.822.g738ba); Many DONE items missing from agenda view
Date: Thu, 17 Sep 2009 10:58:17 +0100	[thread overview]
Message-ID: <87fxaldhae.fsf@gmail.com> (raw)
In-Reply-To: 877hvyk65a.fsf@gollum.intra.norang.ca

Bernt Hansen <bernt@norang.ca> writes:

>
>>  org-agenda-todo-ignore-scheduled t
>
>>  org-agenda-todo-ignore-with-date t
>
>>  org-agenda-todo-ignore-deadlines t
>
> Are the missing ones the tasks with SCHEDULED: or DEADLINE: dates?
> If so you can create a custom agenda view that turns off these variables
> so all tasks show up.
>
> -Bernt

That's great, I've now got the following custom agenda and it works
fine, many thanks!

(setq org-agenda-custom-commands
           '(("a" "Custom block Agenda"
              ((agenda "")
               (todo "STARTED")))
             ("d" todo "DONE"
              ((org-agenda-todo-ignore-scheduled nil)
               (org-agenda-todo-ignore-with-date nil)
               (org-agenda-todo-ignore-deadlines nil)))
))

Paul

      parent reply	other threads:[~2009-09-17  9:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 16:24 Org-mode version 6.30trans (release_6.30d.822.g738ba); Many DONE items missing from agenda view Paul Mead
2009-09-16 20:04 ` Bernt Hansen
2009-09-17  8:14   ` Paul Mead
2009-09-17 11:40     ` Bernt Hansen
2009-09-17  9:58   ` Paul Mead [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fxaldhae.fsf@gmail.com \
    --to=paul.d.mead@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).