Discussion:
[O] Typo on org-tag-alist
Bernt Hansen
2018-05-12 03:26:08 UTC
Permalink
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.
Nicolas Goaziou
2018-05-13 20:36:50 UTC
Permalink
Hello,
Post by Bernt Hansen
I think there is a typo in the output of
C-h v org-tag-alist RET
':engroup' instead of ':endgroup'
Fixed. Thank you.

Regards,
--
Nicolas Goaziou
Bernt Hansen
2018-05-14 13:08:39 UTC
Permalink
Post by Nicolas Goaziou
Hello,
Post by Bernt Hansen
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
Nicolas Goaziou
2018-05-14 13:39:14 UTC
Permalink
Post by Bernt Hansen
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.
Bernt Hansen
2018-05-15 14:19:17 UTC
Permalink
Post by Nicolas Goaziou
Post by Bernt Hansen
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.
Confirmed. Thanks!

Bernt

Loading...