emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Help with a custom block agenda
@ 2010-01-13 17:02 Paul Mead
  2010-01-13 18:57 ` Matt Lundin
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mead @ 2010-01-13 17:02 UTC (permalink / raw)
  To: emacs-orgmode

Hi all

I wonder if anyone can guide me in amending my block agenda?

currently I have:

(setq org-agenda-custom-commands
           '(("a" "Custom block Agenda"
              ((agenda "")
               (todo "STARTED")
               (tags-todo "FOCUS")))
             ("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")
))

I want the option to have TODO items with the tag "FOCUS" listed in both
the custom block agenda, and as a list in its own right. In the custom
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.

I hope you are getting my drift here! Any ideas?

Thanks
Paul

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-13 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).