Variable: org-roam-capture-new-node-hook
org-roam-capture-new-node-hook is a customizable variable defined in
org-roam-capture.el.
Value
(org-roam-capture--insert-captured-ref-h)
Documentation
Normal-mode hooks run when a new Org-roam node is created.
The current point is the point of the new node. The hooks must not move the point.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defcustom org-roam-capture-new-node-hook nil
"Normal-mode hooks run when a new Org-roam node is created.
The current point is the point of the new node.
The hooks must not move the point."
:group 'org-roam
:type 'hook)