Browse Source

Allow tagstodo searches for MobielOrg

Patch by Thomas Jost
Carsten Dominik 15 years ago
parent
commit
d080c9f6be
2 changed files with 4 additions and 1 deletions
  1. 3 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-mobile.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
+	searches.
+
 	* org-clock.el (org-clock-select-task): Convert integer to
 	character for XEmacs.
 

+ 1 - 1
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))