emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Org-mode version 6.30trans (release_6.30d.822.g738ba); Ma


From: Paul Mead
Subject: [Orgmode] Re: Org-mode version 6.30trans (release_6.30d.822.g738ba); Many DONE items missing from agenda view
Date: Thu, 17 Sep 2009 10:58:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Bernt Hansen <address@hidden> writes:

>
>>  org-agenda-todo-ignore-scheduled t
>
>>  org-agenda-todo-ignore-with-date t
>
>>  org-agenda-todo-ignore-deadlines t
>
> Are the missing ones the tasks with SCHEDULED: or DEADLINE: dates?
> If so you can create a custom agenda view that turns off these variables
> so all tasks show up.
>
> -Bernt

That's great, I've now got the following custom agenda and it works
fine, many thanks!

(setq org-agenda-custom-commands
           '(("a" "Custom block Agenda"
              ((agenda "")
               (todo "STARTED")))
             ("d" todo "DONE"
              ((org-agenda-todo-ignore-scheduled nil)
               (org-agenda-todo-ignore-with-date nil)
               (org-agenda-todo-ignore-deadlines nil)))
))

Paul





reply via email to

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