emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Enable tags-todo agenda commands for MobileOrg


From: Andrew J. Korty
Subject: [Orgmode] [PATCH] Enable tags-todo agenda commands for MobileOrg
Date: Thu, 19 Nov 2009 13:48:30 -0500

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]