From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Typo on org-tag-alist Date: Mon, 14 May 2018 15:39:14 +0200 Message-ID: <87tvraxsot.fsf@nicolasgoaziou.fr> References: <87sh6xr1v3.fsf@norang.ca> <871sefuwbh.fsf@nicolasgoaziou.fr> <878t8mqt9k.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIDhF-00089d-A6 for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:39:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIDh9-0002RY-LL for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:39:25 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55767) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fIDh9-0002Nf-E5 for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:39:19 -0400 In-Reply-To: <878t8mqt9k.fsf@norang.ca> (Bernt Hansen's message of "Mon, 14 May 2018 09:08:39 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen writes: > Nope. I think you found another one (org-tag-persistent-alist) and > fixed that instead. org-tag-alist is the one I reported. > > $ git grep -n engroup > lisp/org.el:3424:`:startgrouptag', `:grouptags', `:engroup', > `:endgrouptag' or > > Thanks for finding the other one :) Ah. Fixed too. Thank you.