|
@@ -5109,9 +5109,9 @@ Support for group tags is controlled by the option
|
|
|
"\\(?: +\\(\\[#.\\]\\)\\)?"
|
|
|
"\\(?: +"
|
|
|
;; Stats cookies can be stuck to body.
|
|
|
- "\\(?:\\[[0-9%%/]+\\] *\\)?"
|
|
|
+ "\\(?:\\[[0-9%%/]+\\] *\\)*"
|
|
|
"\\(%s\\)"
|
|
|
- "\\(?: *\\[[0-9%%/]+\\]\\)?"
|
|
|
+ "\\(?: *\\[[0-9%%/]+\\]\\)*"
|
|
|
"\\)"
|
|
|
(org-re "\\(?:[ \t]+\\(:[[:alnum:]_@#%%:]+:\\)\\)?")
|
|
|
"[ \t]*$")
|