emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andrew J. Korty" <ajk@iu.edu>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: [PATCH] Enable tags-todo agenda commands for MobileOrg
Date: Thu, 19 Nov 2009 13:48:30 -0500	[thread overview]
Message-ID: <A23DB737-3CB5-48E4-88C4-32699AB54769@iu.edu> (raw)

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	other threads:[~2009-11-19 18:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A23DB737-3CB5-48E4-88C4-32699AB54769@iu.edu \
    --to=ajk@iu.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).