From d641ad4792d882acdb804534d810d6896c469dc4 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 7 Apr 2021 23:14:47 +0800 Subject: [PATCH] fix --- org-roam-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-capture.el b/org-roam-capture.el index c216984..2a670b4 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -270,7 +270,7 @@ This function is to be called in the Org-capture finalization process." (set-marker (cdr region) nil)) (org-with-point-at mkr (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 () "Get ID for newly captured information."