diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 44dc079e0..9b25796ee 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -814,7 +814,8 @@ via an indirect buffer." buf))) (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 (if (eq org-id-method 'uuid) (downcase uuid)