diff --git a/org-roam-migrate.el b/org-roam-migrate.el index d28020c..951c0eb 100644 --- a/org-roam-migrate.el +++ b/org-roam-migrate.el @@ -186,8 +186,7 @@ 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) - (regexp-quote desc))))))))) + (replace-match (org-link-make-string (concat "id:" node-id)) nil t))))))) (provide 'org-roam-migrate) ;;; org-roam-migrate.el ends here