mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-22 16:20:55 -05:00
Assert we're at a node when extracting
This commit is contained in:
@@ -280,7 +280,7 @@ handles file titles, tags and transclusions better."
|
|||||||
(save-buffer)
|
(save-buffer)
|
||||||
(org-roam-db-update-file)
|
(org-roam-db-update-file)
|
||||||
(let* ((template-info nil)
|
(let* ((template-info nil)
|
||||||
(node (org-roam-node-at-point))
|
(node (org-roam-node-at-point t))
|
||||||
(template
|
(template
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(progn
|
(progn
|
||||||
|
Reference in New Issue
Block a user