Function: org-roam-buffer-refresh
org-roam-buffer-refresh is an interactive and byte-compiled function
defined in org-roam-mode.el.
Signature
(org-roam-buffer-refresh)
Documentation
Refresh the contents of the currently selected Org-roam buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defun org-roam-buffer-refresh ()
"Refresh the contents of the currently selected Org-roam buffer."
(interactive)
(cl-assert (derived-mode-p 'org-roam-mode))
(save-excursion (org-roam-buffer-render-contents)))