From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Customizing main Agenda view?? Date: Wed, 12 Aug 2009 12:13:14 +0100 Message-ID: References: <877hxa9y2m.fsf@fastmail.fm> 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 1MbBnT-00049E-Mg for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 07:15:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbBnO-00041n-4O for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 07:15:10 -0400 Received: from [199.232.76.173] (port=57819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbBnO-00041g-1X for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 07:15:06 -0400 Received: from main.gmane.org ([80.91.229.2]:39130 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 1MbBnN-00040n-MP for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 07:15:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MbBnK-0008O1-HT for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 11:15:02 +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 11:15:02 +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 11:15:02 +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 Matt Lundin writes: > > 1. Map C-c a a to a custom agenda view: > > (setq org-agenda-custom-commands > '(("a" "Agenda" > ((agenda "") > (todo "STARTED"))))) > Hi Matt turns out this was exactly what I needed, thanks! Paul