From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Remove WAITING Task from Global TODO List Date: Tue, 17 Aug 2010 04:25:15 +0200 Message-ID: <87vd7ayoaw.fsf@mean.albasani.net> References: <0vmxsmmmua.fsf@gmail.com> <87wrrq4cwo.fsf@gnu.org> <0vk4nq71et.fsf@gmail.com> <871v9yxooo.fsf@gnu.org> <0vbp926sca.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43483 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlBrr-0000kV-Hf for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 22:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlBri-00065P-AY for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 22:25:27 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:48791) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlBri-00065H-5O for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 22:25:26 -0400 Received: by eyg7 with SMTP id 7so1962520eyg.0 for ; Mon, 16 Aug 2010 19:25:25 -0700 (PDT) In-Reply-To: <0vbp926sca.fsf@gmail.com> (Markus Heller's message of "Mon, 16 Aug 2010 16:38:45 -0700") 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: Markus Heller Cc: emacs-orgmode@gnu.org Markus Heller writes: > 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. Ui, custom agenda; I am not got at this, but please try this: (setq org-agenda-custom-commands '(("!" "Testing" agenda "" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'nottodo '("TODO" "STARTED"))))))) This can be totally wrong, but I did some very quick testing and it seems to work... Just eval it in your *scratch* buffer and try. Whether this works or not, I suggest you have a look at the excellent Introduction to custom agendas here: http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php by Matt Lundin. hth Memnon