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