mirror of
https://github.com/org-roam/org-roam
synced 2025-08-25 14:13:30 -05:00
fix graph construction
This commit is contained in:
@@ -275,7 +275,7 @@ displaying information for the correct file."
|
||||
(lambda (link-id backlinks)
|
||||
(maphash
|
||||
(lambda (backlink-id content)
|
||||
(insert (format " %s -> %s;\n" backlink-id link-id)))
|
||||
(insert (format " \"%s\" -> \"%s\";\n" backlink-id link-id)))
|
||||
backlinks))
|
||||
org-roam-cache)
|
||||
(insert "}")
|
||||
|
Reference in New Issue
Block a user