mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
org-roam/org-roam@a2e46db808 -> org-roam/org-roam@abe63b4360 Recent Emacs master removed the `###autoload` cookie above `ucs-normalize-NFD-string`, which broke org-roam's ability to create nodes -- this was fixed upstream. Also, org-roam has introduced the way to customize how contents are retrieved. This should fix #5766. Fix: #5766 Ref: org-roam/org-roam#1981 Ref: org-roam/org-roam#1990