emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Remove WAITING Task from Global TODO List


From: Memnon Anon
Subject: [Orgmode] Re: Remove WAITING Task from Global TODO List
Date: Tue, 17 Aug 2010 04:25:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Markus Heller <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]