mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Include desc
back in replace-match
statement (#1615)
Following @jcguu95's suggestion on #1602.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user