mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-30 17:00:56 -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
|
(file-path (expand-file-name
|
||||||
(if org-roam-rewrite-confirm-extraction-path-p
|
(if org-roam-rewrite-confirm-extraction-path-p
|
||||||
(read-file-name "Extract node to: " relpath template nil template)
|
(read-file-name "Extract node to: " relpath template nil template)
|
||||||
relpath)
|
template)
|
||||||
org-roam-directory)))
|
org-roam-directory)))
|
||||||
(let ((tags (org-get-tags))
|
(let ((tags (org-get-tags))
|
||||||
(title (org-get-heading))
|
(title (org-get-heading))
|
||||||
|
Reference in New Issue
Block a user