From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Typo on org-tag-alist Date: Mon, 14 May 2018 09:08:39 -0400 Message-ID: <878t8mqt9k.fsf@norang.ca> References: <87sh6xr1v3.fsf@norang.ca> <871sefuwbh.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIDDd-0001pQ-NW for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:08:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIDDa-0007cS-IX for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:08:49 -0400 Received: from outbound1b.ore.mailhop.org ([54.200.247.200]:40004) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fIDDa-0007cD-CC for emacs-orgmode@gnu.org; Mon, 14 May 2018 09:08:46 -0400 In-Reply-To: <871sefuwbh.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 13 May 2018 22:36:50 +0200") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> I think there is a typo in the output of >> >> C-h v org-tag-alist RET >> >> ':engroup' instead of ':endgroup' > > Fixed. Thank you. 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 :) Regards, Bernt