tweak(org): add lab classes to Org tag hierarchy

This commit is contained in:
Kiana Sheibani 2024-08-14 05:02:01 -04:00
parent 4339d4c496
commit aea71adb3c
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2639,7 +2639,7 @@ four capitalized letters), and the cdr is a list of sub-tags.")
(lambda (subject)
`((:startgrouptag) (,(car subject))
(:grouptags)
(,(format "{%s[[:digit:]]+}" (car subject)))
(,(format "{%s[[:digit:]]+L?}" (car subject)))
,@(cdr subject)
(:endgrouptag)))
subject-alist)