Re: [O] Typo on org-tag-alist

2018-05-15 Thread Bernt Hansen
Nicolas Goaziou  writes:

> 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.

Confirmed.  Thanks!

Bernt



Re: [O] Typo on org-tag-alist

2018-05-14 Thread Nicolas Goaziou
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.




Re: [O] Typo on org-tag-alist

2018-05-14 Thread Bernt Hansen
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





Re: [O] Typo on org-tag-alist

2018-05-13 Thread Nicolas Goaziou
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.

Regards,

-- 
Nicolas Goaziou



[O] Typo on org-tag-alist

2018-05-11 Thread Bernt Hansen
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.