Hello world,

This is my first message here and my first contribution to anything
related to emacs. Let's just say that I've switched from the dark side
of text editors only a few weeks ago, but I'm really enjoying it, and
org-mode definitely kicks ass.

Here is a very simple patch against a small bug in org-mobile. It adds
support for agenda custom views that use "tags-todo".

Tested with org-mode 6.33f and latest version from the git repository.

Cheers,
Thomas

---
 lisp/org-mobile.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index cfcee14..5ef0be1 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 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))

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to