Not sure if these are disabled for a reason, but the following patch doesn't
seem to cause any ill effects. They work without the patch in block agendas,
just not on their own.
ajk
--- org-mobile.el~ 2009-11-19 13:45:54.000000000 -0500
+++ org-mobile.el 2009-11-19 13:44:10.000000000 -0500
@@ -438,7 +438,7 @@
((memq (nth 2 e) '(todo-tree tags-tree occur-tree))
;; These are trees, not really agenda commands
)
- ((memq (nth 2 e) '(agenda todo tags))
+ ((memq (nth 2 e) '(agenda todo tags tags-todo))
;; a normal command
(setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e)
settings (nth 4 e))
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode