From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Remove WAITING Task from Global TODO List Date: Mon, 16 Aug 2010 16:38:45 -0700 Message-ID: <0vbp926sca.fsf@gmail.com> References: <0vmxsmmmua.fsf@gmail.com> <87wrrq4cwo.fsf@gnu.org> <0vk4nq71et.fsf@gmail.com> <871v9yxooo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol9GS-0000p4-5z for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 19:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol9GQ-0003mH-QI for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 19:38:48 -0400 Received: from lo.gmane.org ([80.91.229.12]:36714) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol9GQ-0003m1-Jo for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 19:38:46 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ol9GN-0002ft-QN for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 01:38:43 +0200 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 01:38:43 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Aug 2010 01:38:43 +0200 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 Bastien writes: > Markus Heller writes: > >> Now, what I'd like to achieve is that the agenda view that is brought up >> by C-c a a only contains TODO and STARTED tasks, no WAITING etc. >> >> Is this possible, or do I have to create a custom agenda view as >> suggested? > > Yes, you'll have to create a custom agenda. But that will only give me a *list* of the items, correct? What I'd like to get is the *calendar* view that you get by hitting "C-c a a" which only shows TODO and STARTED tasks. After a little bit of looking around, I stumbled across org-agenda-list, which is called by "C-c a a". Is this list I have to fiddle with? I hope it's clear now what I mean ... Sorry about the confusion. Cheers Markus