update packages

This commit is contained in:
2025-11-25 19:52:03 +01:00
parent 14ba373378
commit dbbae92267
280 changed files with 13451 additions and 11207 deletions

View File

@@ -52,7 +52,7 @@ See `org-html--reference' for DATUM, INFO and NAMED-ONLY."
datum))
(user-label
(or user-label
(when-let ((path (org-element-property :ID datum)))
(when-let* ((path (org-element-property :ID datum)))
;; see `org-html-link' for why we use "ID-"
;; (search for "ID-" in ox-html.el)
(concat "ID-" path)))))