From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Tag matches are now case-sensitive Date: Wed, 4 Mar 2009 09:55:29 +0100 Message-ID: <1BC9A0C9-8FAD-463A-8748-12F3B15846AA@uva.nl> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1Lemt4-0000Gm-Kk for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 03:55:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lemt2-0000Fg-Tq for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 03:55:34 -0500 Received: from [199.232.76.173] (port=33120 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lemt2-0000FR-NX for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 03:55:32 -0500 Received: from mail-ew0-f179.google.com ([209.85.219.179]:47454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lemt2-0002eA-2A for emacs-orgmode@gnu.org; Wed, 04 Mar 2009 03:55:32 -0500 Received: by ewy27 with SMTP id 27so2763305ewy.42 for ; Wed, 04 Mar 2009 00:55:30 -0800 (PST) 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: emacs-orgmode Org-Mode Dear all I just pushed a change that makes tag searches from now on case- sensitive. Making them case-insensitive was difficult to reconcile with an effort to make the agenda faster, and something like Eric's org-collector *a lot* faster. I hope you have not relied on case-insensitivity of tag searches - please check you custom agenda commands if this is an issue. - Carsten