diff --git a/org-roam-migrate.el b/org-roam-migrate.el index 951c0eb..02586b2 100644 --- a/org-roam-migrate.el +++ b/org-roam-migrate.el @@ -186,7 +186,8 @@ If the property is already set, replace its value." :where (= file $s1) :and (= level 0)] path)))) (set-match-data mdata) - (replace-match (org-link-make-string (concat "id:" node-id)) nil t))))))) + (replace-match (org-link-make-string (concat "id:" node-id) + desc) nil t))))))) (provide 'org-roam-migrate) ;;; org-roam-migrate.el ends here