docs(org): +org--fix-inconsistent-uuidgen-case-a: link to bug report

For posterity.
This commit is contained in:
Henrik Lissner 2024-07-11 15:19:03 -04:00
parent 11cf61fef2
commit 3965df56e8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -814,7 +814,8 @@ via an indirect buffer."
buf))) buf)))
(defadvice! +org--fix-inconsistent-uuidgen-case-a (uuid) (defadvice! +org--fix-inconsistent-uuidgen-case-a (uuid)
"Ensure uuidgen is always lowercase (consistent) regardless of system." "Ensure uuidgen is always lowercase (consistent) regardless of system.
See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html."
:filter-return #'org-id-new :filter-return #'org-id-new
(if (eq org-id-method 'uuid) (if (eq org-id-method 'uuid)
(downcase uuid) (downcase uuid)