This commit is contained in:
Carsten Dominik 2009-12-04 10:53:03 +01:00
parent 62b9cbce42
commit 7ae6b0131a
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ The table of checksums is written to the file mobile-checksums."
((memq (nth 2 e) '(todo-tree tags-tree occur-tree)) ((memq (nth 2 e) '(todo-tree tags-tree occur-tree))
;; These are trees, not really agenda commands ;; These are trees, not really agenda commands
) )
((memq (nth 2 e) '(agenda alltodo todo tags tagstodo)) ((memq (nth 2 e) '(agenda alltodo todo tags tags-todo))
;; a normal command ;; a normal command
(setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e) (setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e)
settings (nth 4 e)) settings (nth 4 e))