summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-08-19 12:22:37 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2011-08-19 12:41:11 +0200
commitb3de2dbb953dcadacafeb179899ab9df184da4ff (patch)
tree3453e6cbd5e858a2be3be8e8fdddd905e7826704
parent8404f156472774079c46f589d5743ba2de35dcb3 (diff)
downloadorg-mode-b3de2dbb953dcadacafeb179899ab9df184da4ff.tar.gz
Set a default custom command, agenda plus TODO items
* lisp/org-agenda.el (org-agenda-custom-commands): Set a default value for this command.
-rw-r--r--lisp/org-agenda.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 7823f8e..29a2377 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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: