Function: org-roam-node-section
org-roam-node-section is a byte-compiled function defined in
org-roam-mode.el.
Signature
(org-roam-node-section &rest SLOTS)
Documentation
Create a new object of class type org-roam-node-section(var)/org-roam-node-section(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
(defclass org-roam-node-section (magit-section)
((keymap :initform 'org-roam-node-map)
(node :initform nil))
"A `magit-section' used by `org-roam-mode' to outline NODE in its own heading.")