Variable: org-roam-capture--node
org-roam-capture--node is a variable defined in org-roam-capture.el.
Value
nil
Documentation
The node passed during an Org-roam capture.
This variable is populated dynamically, and is only non-nil during the Org-roam capture process.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
;;; Variables
(defvar org-roam-capture--node nil
"The node passed during an Org-roam capture.
This variable is populated dynamically, and is only non-nil
during the Org-roam capture process.")