Variable: org-roam-buffer

org-roam-buffer is a variable defined in org-roam-mode.el.

Value

"*org-roam*"

Documentation

The persistent Org-roam buffer name. Must be surround with "*".

The content inside of this buffer will be automatically updated to the nearest node at point that comes from the current buffer. To toggle its display use org-roam-buffer-toggle command.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
;;;; Persistent buffer
(defvar org-roam-buffer "*org-roam*"
  "The persistent Org-roam buffer name. Must be surround with \"*\".
The content inside of this buffer will be automatically updated
to the nearest node at point that comes from the current buffer.
To toggle its display use `org-roam-buffer-toggle' command.")