Variable: org-roam-buffer-current-node

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

Value

nil

Documentation

The node for which an org-roam-mode based buffer displays its contents.

This set both, locally and globally. Normally the local value is only set in the org-roam-mode based buffers, while the global value shows the current node in the persistent org-roam-buffer(var)/org-roam-buffer(fun).

Aliases

org-roam-current-node (obsolete since org-roam 2.0)

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
;;; Buffers
(defvar org-roam-buffer-current-node nil
  "The node for which an `org-roam-mode' based buffer displays its contents.
This set both, locally and globally. Normally the local value is
only set in the `org-roam-mode' based buffers, while the global
value shows the current node in the persistent `org-roam-buffer'.")