Variable: org-roam-directory
org-roam-directory is a customizable variable defined in org-roam.el.
Value
"/root/org-roam/"
Documentation
Default path to Org-roam files.
All Org files, at any level of nesting, are considered part of the Org-roam.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam.el
(defcustom org-roam-directory (expand-file-name "~/org-roam/")
"Default path to Org-roam files.
All Org files, at any level of nesting, are considered part of the Org-roam."
:type 'directory
:group 'org-roam)