docs(org): +org--fix-inconsistent-uuidgen-case-a: link to bug report
For posterity.
This commit is contained in:
parent
11cf61fef2
commit
3965df56e8
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue