diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88ba6797b..b3a7b5ae9 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-12-03 Carsten Dominik + * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo + searches. + * org-clock.el (org-clock-select-task): Convert integer to character for XEmacs. diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index cfcee1467..3598cb3eb 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -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)) ;; These are trees, not really agenda commands ) - ((memq (nth 2 e) '(agenda alltodo todo tags)) + ((memq (nth 2 e) '(agenda alltodo todo tags tagstodo)) ;; a normal command (setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e) settings (nth 4 e))