Markus Heller <helle...@gmail.com> 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



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to