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:06:24 +0100 Message-ID: References: <877hxa9y2m.fsf@fastmail.fm> <87r5vhqsou.wl%ucecesf@ucl.ac.uk> 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 1MbAjI-0005kE-Qz for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:06:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbAjE-0005iF-3I for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:06:48 -0400 Received: from [199.232.76.173] (port=52080 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbAjD-0005i1-MV for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:06:43 -0400 Received: from main.gmane.org ([80.91.229.2]:45718 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 1MbAjD-00010C-5P for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 06:06:43 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MbAj8-0004ov-Kv for emacs-orgmode@gnu.org; Wed, 12 Aug 2009 10:06:38 +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:06:38 +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:06:38 +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 Eric S Fraga writes: > > 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. Mine are correctly defined, but they only appear in the daily agenda view if they have a scheduled date or deadline on them - normal behaviour I thought. I *only* want dated, scheduled, deadlined and STARTED.