From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR. Date: Thu, 26 Nov 2009 07:05:33 +0100 Message-ID: <5A49E61C-478C-48A2-8D36-9F1AC7FC3902@gmail.com> References: <87ws1ez19m.fsf@falma.de> 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 1NDXU6-0000ud-F6 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:05:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDXU1-0000sw-L6 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:05:41 -0500 Received: from [199.232.76.173] (port=55983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDXU1-0000st-At for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:05:37 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:62073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDXU1-0001pe-0d for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:05:37 -0500 Received: by ey-out-1920.google.com with SMTP id 3so120115eyh.34 for ; Wed, 25 Nov 2009 22:05:36 -0800 (PST) In-Reply-To: <87ws1ez19m.fsf@falma.de> 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: Christoph Groth Cc: emacs-orgmode@gnu.org Nice catch. Applied, thanks. - Carsten On Nov 25, 2009, at 11:29 PM, Christoph Groth wrote: > --- > lisp/org-agenda.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el > index 846e4b0..cf748f0 100644 > --- a/lisp/org-agenda.el > +++ b/lisp/org-agenda.el > @@ -5130,7 +5130,7 @@ to switch to narrowing." > (effort-prompt "") > (inhibit-read-only t) > (current org-agenda-filter) > - char a n tag) > + a n tag) > (unless char > (message > "%s by tag [%s ], [TAB], %s[/]:off, [+-]:narrow, > [>= -- > 1.6.5 > > > > _______________________________________________ > 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