* [PATCH] Enable tags-todo agenda commands for MobileOrg
@ 2009-11-19 18:48 Andrew J. Korty
0 siblings, 0 replies; only message in thread
From: Andrew J. Korty @ 2009-11-19 18:48 UTC (permalink / raw)
To: Org Mode
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-19 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 18:48 [PATCH] Enable tags-todo agenda commands for MobileOrg Andrew J. Korty
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).