From b3de2dbb953dcadacafeb179899ab9df184da4ff Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 19 Aug 2011 12:22:37 +0200 Subject: [PATCH] Set a default custom command, agenda plus TODO items * lisp/org-agenda.el (org-agenda-custom-commands): Set a default value for this command. --- lisp/org-agenda.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 7823f8e0a..29a2377a2 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: -- 2.11.4.GIT