mirror of
https://github.com/org-roam/org-roam
synced 2025-09-28 16:50:58 -05:00
hexify file url for org-protocol link (#299)
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
This commit is contained in:
@@ -1316,7 +1316,7 @@ into a digraph."
|
|||||||
file
|
file
|
||||||
(xml-escape-string shortened-title)
|
(xml-escape-string shortened-title)
|
||||||
org-roam-graph-node-shape
|
org-roam-graph-node-shape
|
||||||
file
|
(url-hexify-string file)
|
||||||
(xml-escape-string title)))))
|
(xml-escape-string title)))))
|
||||||
(dolist (edge edges)
|
(dolist (edge edges)
|
||||||
(insert (format " \"%s\" -> \"%s\";\n"
|
(insert (format " \"%s\" -> \"%s\";\n"
|
||||||
|
Reference in New Issue
Block a user