tweak(org): add lab classes to Org tag hierarchy
This commit is contained in:
parent
4339d4c496
commit
aea71adb3c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue