From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Typo on org-tag-alist Date: Fri, 11 May 2018 23:26:08 -0400 Message-ID: <87sh6xr1v3.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHLAn-0004h9-Un for emacs-orgmode@gnu.org; Fri, 11 May 2018 23:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHLAk-0003SD-Qd for emacs-orgmode@gnu.org; Fri, 11 May 2018 23:26:17 -0400 Received: from outbound1a.eu.mailhop.org ([52.58.109.202]:57114) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fHLAk-0003S7-Jn for emacs-orgmode@gnu.org; Fri, 11 May 2018 23:26:14 -0400 Received: from localhost.localdomain (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.4/8.14.4/Debian-4) with ESMTP id w4C3Q8pn027581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 11 May 2018 23:26:09 -0400 Received: from localhost.localdomain (gollum [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3/Debian-9.4) with ESMTP id w4C3Q8IP000467 for ; Fri, 11 May 2018 23:26:08 -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: emacs-orgmode@gnu.org Hi, I think there is a typo in the output of C-h v org-tag-alist RET ':engroup' instead of ':endgroup' Regards, Bernt -------------------------------------------------------------------------------- org-tag-alist is a variable defined in .org.el.. Its value is shown below. Documentation: Default tags available in Org files. The value of this variable is an alist. Associations either: (TAG) (TAG . SELECT) (SPECIAL) where TAG is a tag as a string, SELECT is character, used to select that tag through the fast tag selection interface, and SPECIAL is one of the following keywords: .:startgroup., .:startgrouptag., .:grouptags., .:engroup., .:endgrouptag. or ^^^^^^^^^ .:newline.. These keywords are used to define a hierarchy of tags. See manual for details.