From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Customizing main Agenda view?? Date: Wed, 12 Aug 2009 11:52:25 +0100 Message-ID: References: <877hxa9y2m.fsf@fastmail.fm> <87r5vhqsou.wl%ucecesf@ucl.ac.uk> <783A8D6B-4E7B-4148-813E-9D756C80427F@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 1MbBRn-0002UJ-NU for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:52:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbBRi-0002Ru-Ew for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:52:46 -0400 Received: from [199.232.76.173] (port=60984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbBRi-0002Rq-A4 for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:52:42 -0400 Received: from main.gmane.org ([80.91.229.2]:38520 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbBRh-0008EZ-Jc for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:52:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MbBRd-0007aM-9X for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 10:52:37 +0000 Received: from external.atkinsglobal.com ([193.117.23.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2009 10:52:37 +0000 Received: from paul.d.mead by external.atkinsglobal.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2009 10:52:37 +0000 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 Carsten Dominik writes: > I think you want a block agenda, first block the normal agenda, > second block a TODO search for STARTED. > > - Carsten Hey, it worked! Here's what I used: (setq org-agenda-custom-commands '(("a" "Custom block Agenda" ((agenda "") (todo "STARTED"))))) Perfect, thanks all. Paul