update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions
+2 -2
View File
@@ -183,7 +183,7 @@ Drawer's name is located in match group 1.")
(defconst org-element-dynamic-block-open-re
(rx line-start (0+ (any ?\s ?\t))
"#+BEGIN:" (0+ (any ?\s ?\t))
(group (1+ word))
(group (1+ (not space)))
(opt
(1+ (any ?\s ?\t))
(group (1+ nonl))))
@@ -193,7 +193,7 @@ Parameters are in match group 2.")
(defconst org-element-dynamic-block-open-re-nogroup
(rx line-start (0+ (any ?\s ?\t))
"#+BEGIN:" (0+ (any ?\s ?\t)) word)
"#+BEGIN:" (0+ (any ?\s ?\t)) (not space))
"Regexp matching the opening line of a dynamic block.")
(defconst org-element-headline-re