emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Paul Mead <paul.d.mead@googlemail.com>
To: Matt Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Help with a custom block agenda
Date: Wed, 13 Jan 2010 20:17:18 +0000	[thread overview]
Message-ID: <87hbqp7oa9.fsf@gmail.com> (raw)
In-Reply-To: <87my0hkf30.fsf@fastmail.fm> (Matt Lundin's message of "Wed, 13 Jan 2010 13:57:39 -0500")

Matt Lundin <mdl@imapmail.org> writes:
>> block agenda however, I only want to see those which are unscheduled,
>> not WAITING, not STARTED as I've already listed those items above - it's
>> this section where I want to see all the FOCUS actions which I haven't
>> addressed yet.
>
> Does the following work?
>
> (setq org-agenda-custom-commands
>            '(("a" "Custom block Agenda"
>               ((agenda "")
>                (todo "STARTED")
>                (tags "FOCUS/!-STARTED-WAITING"  
> 		     ((org-agenda-todo-ignore-scheduled t))))) 
>              ("d" todo "DONE"
>               ((org-agenda-todo-ignore-scheduled nil)
>                (org-agenda-todo-ignore-with-date nil)
>                (org-agenda-todo-ignore-deadlines nil)))
>              ("p" "Project list" tags "project")
>              ("f" "FOCUS list" tags-todo "FOCUS")
> ))

THanks Matt, that very nearly works, it certainly gets rid of the
WAITING and STARTED, but I can still see the scheduled items - the
org-agenda-todo-ignore-scheduled bit doesn't seem to have any effect.

It's odd, given that the same syntax later in the list seems to have the
desired effect.

Any thoughts?

Thanks
Paul

      reply	other threads:[~2010-01-13 20:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-13 17:02 Help with a custom block agenda Paul Mead
2010-01-13 18:57 ` Matt Lundin
2010-01-13 20:17   ` 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=87hbqp7oa9.fsf@gmail.com \
    --to=paul.d.mead@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.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).