mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
fix
This commit is contained in:
@ -270,7 +270,7 @@ This function is to be called in the Org-capture finalization process."
|
|||||||
(set-marker (cdr region) nil))
|
(set-marker (cdr region) nil))
|
||||||
(org-with-point-at mkr
|
(org-with-point-at mkr
|
||||||
(insert (org-link-make-string (concat "id:" id)
|
(insert (org-link-make-string (concat "id:" id)
|
||||||
(desc (org-roam-capture--get :link-description))))))))
|
(org-roam-capture--get :link-description)))))))
|
||||||
|
|
||||||
(defun org-roam-capture--finalize-create-id ()
|
(defun org-roam-capture--finalize-create-id ()
|
||||||
"Get ID for newly captured information."
|
"Get ID for newly captured information."
|
||||||
|
Reference in New Issue
Block a user