Browse Source

org-agenda.el (org-agenda-custom-commands): Fix default setting

* org-agenda.el (org-agenda-custom-commands): Fix default
setting so that the customize interface does not complain
about a mismatch.
Bastien Guerry 12 years ago
parent
commit
7c71b7c686
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-agenda.el

+ 2 - 2
lisp/org-agenda.el

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