hexify file url for org-protocol link (#299)

Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
This commit is contained in:
wannli
2020-03-15 09:55:54 -04:00
committed by GitHub
parent 66aff57cdb
commit f544bd9ca1

View File

@@ -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"