Bernt Hansen <be...@norang.ca> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: 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