diff --git a/org-roam-node.el b/org-roam-node.el index f43b1b5..9e401ba 100644 --- a/org-roam-node.el +++ b/org-roam-node.el @@ -182,7 +182,7 @@ If REQUIRE-MATCH, require returning a match." (annotation-function . org-roam-node--annotation) (category . org-roam-node)) (complete-with-action action nodes string pred))) - nil require-match initial-input))) + nil require-match initial-input))) (or (cdr (assoc node nodes)) (org-roam-node-create :title node)))) diff --git a/org-roam-refile.el b/org-roam-refile.el index 7290cd9..2439474 100644 --- a/org-roam-refile.el +++ b/org-roam-refile.el @@ -70,3 +70,6 @@ (delete-region (and (org-back-to-heading t) (point)) (min (1+ (buffer-size)) (org-end-of-subtree t t) (point))))))) + +(provide 'org-roam-refile) +;;; org-roam-refile.el ends here