Variable: org-roam-capture--info
org-roam-capture--info is a variable defined in org-roam-capture.el.
Value
nil
Documentation
A property-list of additional information passed to the Org-roam template.
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
(defvar org-roam-capture--info nil
"A property-list of additional information passed to the Org-roam template.
This variable is populated dynamically, and is only non-nil
during the Org-roam capture process.")