Set a default custom command, agenda plus TODO items

* lisp/org-agenda.el (org-agenda-custom-commands): Set a default value
for this command.
This commit is contained in:
Carsten Dominik 2011-08-19 12:22:37 +02:00
parent 8404f15647
commit b3de2dbb95
1 changed files with 2 additions and 1 deletions

View File

@ -351,7 +351,8 @@ This will be spliced into the custom type of
`org-agenda-custom-commands'.")
(defcustom org-agenda-custom-commands nil
(defcustom org-agenda-custom-commands '(("n" "Agenda and all TODO's"
((agenda "") (alltodo))))
"Custom commands for the agenda.
These commands will be offered on the splash screen displayed by the
agenda dispatcher \\[org-agenda]. Each entry is a list like this: