From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Bug: tags grouping not working Date: Tue, 25 Jan 2011 14:36:04 +0100 Message-ID: <87tygx2ji3.fsf@in-ulm.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phj5C-0004l8-Na for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 08:37:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Phj59-0002qq-Fn for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 08:37:18 -0500 Received: from mail.in-ulm.de ([217.10.8.10]:42396) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Phj59-0002nG-3p for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 08:37:15 -0500 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@gnu.org Hey there, I've just upgraded to the latest org-mode HEAD and noticed that the tag behavior changed. (It now sorts entries, except now grouping is broken.) This is how it used to work: (Assume "#+TAGS: { foo(f) bar(b) } quux(q)" for all of this.) * Foo :foo: now using M-x org-set-tags-command and pressing 'b' will result in: * Foo :bar: now selecting 'q' in the same prompt will result in: * Foo :bar:quux: but instead what will happen is: * Foo :quux: The offending commit is: commit c7d1e0f997d2aa1043c9cbbf72d03f05195d692e Author: Bastien Guerry Date: Tue Jan 18 00:50:32 2011 +0100 just reverting that piece of code on the current HEAD makes grouping work again. best regards, benny P.S. Sorry if that has been reported before, I couldn't find any mention of tags. Also git bisect is handy.