From 8eb6ab03c4c857c99af824093ace7f3ad112c240 Mon Sep 17 00:00:00 2001 From: VitalyR Date: Mon, 13 Dec 2021 06:11:31 +0800 Subject: [PATCH] bump: org-roam org-roam/org-roam@a2e46db80848 -> org-roam/org-roam@abe63b436035 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 --- modules/lang/org/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 94dbf85f8..39ee41b35 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -93,7 +93,7 @@ ;; FIXME A :recipe isn't strictly necessary, but without it, our package ;; bumper fails to distinguish between org-roam v1 and v2. :recipe (:host github :repo "org-roam/org-roam") - :pin "a2e46db80848cb17185f257a397370a22cd686bb"))) + :pin "abe63b436035049923ae96639b9b856697047779"))) ;;; Babel (package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")