Fix bug in note extraction when prompts for dest path are skipped

This commit is contained in:
Chris Barrett
2022-08-17 16:18:45 +12:00
parent b65112a909
commit 7cb098741d

View File

@@ -266,7 +266,7 @@ handles file titles, tags and transclusions better."
(file-path (expand-file-name
(if org-roam-rewrite-confirm-extraction-path-p
(read-file-name "Extract node to: " relpath template nil template)
relpath)
template)
org-roam-directory)))
(let ((tags (org-get-tags))
(title (org-get-heading))