From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Help with a custom block agenda Date: Wed, 13 Jan 2010 17:02:03 +0000 Message-ID: <87ocky6ir8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NV6cA-0002jF-Rv for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 12:02:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV6c5-0002g1-JW for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 12:02:38 -0500 Received: from [199.232.76.173] (port=33251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV6c5-0002fg-4j for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 12:02:33 -0500 Received: from lo.gmane.org ([80.91.229.12]:41811) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NV6c4-0006I2-C9 for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 12:02:32 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NV6bx-0001VL-J4 for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 18:02:25 +0100 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2010 18:02:25 +0100 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jan 2010 18:02:25 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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