mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-28 16:50:58 -05:00
Fix bug in note extraction when prompts for dest path are skipped
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user