From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] org-mobile: allow tags-todo in agenda custom commands Date: Thu, 3 Dec 2009 15:07:22 +0100 Message-ID: References: <4B17B312.2020501@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGCLF-0002uT-5E for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:07:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGCLA-0002sJ-LP for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:07:32 -0500 Received: from [199.232.76.173] (port=44447 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGCLA-0002sF-HW for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:07:28 -0500 Received: from mail-ew0-f214.google.com ([209.85.219.214]:47948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGCLA-0000ha-6O for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:07:28 -0500 Received: by ewy6 with SMTP id 6so1467591ewy.9 for ; Thu, 03 Dec 2009 06:07:26 -0800 (PST) In-Reply-To: <4B17B312.2020501@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thomas Jost Cc: emacs-orgmode@gnu.org Hi Thomas, thanks for the patch, I have applied it. - Carsten On Dec 3, 2009, at 1:46 PM, Thomas Jost wrote: > 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(-) > > > <0001-org-mobile-allow-tags-todo-in-agenda-custom- > commands.patch>_______________________________________________ > 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 - Carsten