mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix lints
This commit is contained in:
@ -182,7 +182,7 @@ If REQUIRE-MATCH, require returning a match."
|
|||||||
(annotation-function . org-roam-node--annotation)
|
(annotation-function . org-roam-node--annotation)
|
||||||
(category . org-roam-node))
|
(category . org-roam-node))
|
||||||
(complete-with-action action nodes string pred)))
|
(complete-with-action action nodes string pred)))
|
||||||
nil require-match initial-input)))
|
nil require-match initial-input)))
|
||||||
(or (cdr (assoc node nodes))
|
(or (cdr (assoc node nodes))
|
||||||
(org-roam-node-create :title node))))
|
(org-roam-node-create :title node))))
|
||||||
|
|
||||||
|
@ -70,3 +70,6 @@
|
|||||||
(delete-region
|
(delete-region
|
||||||
(and (org-back-to-heading t) (point))
|
(and (org-back-to-heading t) (point))
|
||||||
(min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))))
|
(min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))))
|
||||||
|
|
||||||
|
(provide 'org-roam-refile)
|
||||||
|
;;; org-roam-refile.el ends here
|
||||||
|
Reference in New Issue
Block a user