Variable: org-roam-buffer-current-directory
org-roam-buffer-current-directory is a variable defined in
org-roam-mode.el.
Value
nil
Documentation
The org-roam-directory value of org-roam-buffer-current-node.
Set both, locally and globally in the same way as
org-roam-buffer-current-node.
Aliases
org-roam-current-directory (obsolete since org-roam 2.0)
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defvar org-roam-buffer-current-directory nil
"The `org-roam-directory' value of `org-roam-buffer-current-node'.
Set both, locally and globally in the same way as
`org-roam-buffer-current-node'.")