From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Customizing main Agenda view?? Date: Wed, 12 Aug 2009 10:37:05 +0100 Message-ID: <87r5vhqsou.wl%ucecesf@ucl.ac.uk> References: <877hxa9y2m.fsf@fastmail.fm> Reply-To: Eric S Fraga 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 1MbAGi-0002kE-1V for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 05:37:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbAGd-0002eG-SV for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 05:37:15 -0400 Received: from [199.232.76.173] (port=33965 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbAGd-0002dy-My for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 05:37:11 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:50825) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbAGd-00035G-4P for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 05:37: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 09:53:17 +0100, Paul Mead wrote: > > Matt Lundin writes: > > > > > I'm a bit confused. Am I correct in understanding that you'd like to > > customize the agenda view but you don't want a custom agenda view? I'm > > not sure how that would work. ;) > > No, I want to customize the daily agenda view so that it shows my > everything it does already, plus my STARTED todos. Or, make a custom > agenda which does that. I don't have a problem with using custom agenda > views, but the only ones I've been able to create are just lists of > todos, with no diary grid, etc. Why don't the STARTED todos appear? Maybe you need to define your todo keywords appropriately? I have mine as: org-todo-keywords '((sequence "TODO(t)" "INPROGRESS(i@)" "WAITING(w@)" "|" "DONE(d@)" "CANCELLED(c@)")) and all TODO, INPROGRESS and WAITING todos appear in the default agenda view (C-c a a) for me.