mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix)node: make filter-fn for org-roam-node-random optional (#2063)
Also, make interactive argument actually apply for other-window
This commit is contained in:
@ -477,7 +477,7 @@ The TEMPLATES, if provided, override the list of capture templates (see
|
|||||||
:props '(:finalize find-file)))))
|
:props '(:finalize find-file)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-roam-node-random (filter-fn &optional other-window)
|
(defun org-roam-node-random (&optional other-window filter-fn)
|
||||||
"Find and open a random Org-roam node.
|
"Find and open a random Org-roam node.
|
||||||
With prefix argument OTHER-WINDOW, visit the node in another
|
With prefix argument OTHER-WINDOW, visit the node in another
|
||||||
window instead.
|
window instead.
|
||||||
|
Reference in New Issue
Block a user