diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-17 13:13:39 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-17 13:13:39 +0200 |
commit | 2b32d0ae0f0afd13fc5eb667ad3f531a1d6943a6 (patch) | |
tree | c76f19b7ac7625413008aba2228ed07c54bf212e /org-roam-ui.el | |
parent | b1882a37430e54fc29d3171b9ba561415fd95682 (diff) |
fetch and clean roam data
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 5f6b451..f89cf95 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -33,6 +33,6 @@ (defun links-row-to-cons (row) (list (cons 'source (elt row 1)) - (cons 'dest (elt row 2)))) + (cons 'target (elt row 2)))) (provide 'org-roam-ui) |