summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-16 18:54:26 +0100
committerBastien Guerry <bzg@altern.org>2013-03-16 18:54:26 +0100
commit7c71b7c686dfde96eaba857606e27750d05d4e7f (patch)
treedaa92f25fb95c26a4930d101f8cfbc1f60a9571b
parentffdd9e9d731422930a4430efd7c54863e7074571 (diff)
downloadorg-mode-7c71b7c686dfde96eaba857606e27750d05d4e7f.tar.gz
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.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 1755a0c..025f024 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -383,8 +383,8 @@ This will be spliced into the custom type of
`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.
These commands will be offered on the splash screen displayed by the
agenda dispatcher \\[org-agenda]. Each entry is a list like this: