Преглед изворни кода

Set a default custom command, agenda plus TODO items

* lisp/org-agenda.el (org-agenda-custom-commands): Set a default value
for this command.
Carsten Dominik пре 14 година
родитељ
комит
b3de2dbb95
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      lisp/org-agenda.el

+ 2 - 1
lisp/org-agenda.el

@@ -351,7 +351,8 @@ This will be spliced into the custom type of
 `org-agenda-custom-commands'.")
 `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.
   "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: