From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Customizing main Agenda view?? Date: Thu, 13 Aug 2009 16:20:05 -0400 Message-ID: References: <877hxa9y2m.fsf@fastmail.fm> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbgmW-0003Qm-Jj for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 16:20:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbgmR-0003NI-AT for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 16:20:15 -0400 Received: from [199.232.76.173] (port=50661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbgmR-0003NC-6A for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 16:20:11 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:45792) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbgmQ-0002kU-Vp for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 16:20:11 -0400 In-Reply-To: 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: Paul Mead Cc: emacs-orgmode@gnu.org At Wed, 12 Aug 2009 12:13:14 +0100, Paul Mead wrote: > > 1. Map C-c a a to a custom agenda view: > > > > (setq org-agenda-custom-commands > > '(("a" "Agenda" > > ((agenda "") > > (todo "STARTED"))))) > > > turns out this was exactly what I needed, thanks! You are welcome! I'm glad it helped. Best, Matt