From f544bd9ca1d8469718a1f315657f0d074ec12b55 Mon Sep 17 00:00:00 2001 From: wannli <57009124+wannli@users.noreply.github.com> Date: Sun, 15 Mar 2020 09:55:54 -0400 Subject: [PATCH] hexify file url for org-protocol link (#299) Co-authored-by: Jethro Kuan --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index a381355..7592056 100644 --- a/org-roam.el +++ b/org-roam.el @@ -1316,7 +1316,7 @@ into a digraph." file (xml-escape-string shortened-title) org-roam-graph-node-shape - file + (url-hexify-string file) (xml-escape-string title))))) (dolist (edge edges) (insert (format " \"%s\" -> \"%s\";\n"