Variable: org-roam-post-node-insert-hook
org-roam-post-node-insert-hook is a customizable variable defined in
org-roam.el.
Value
nil
Documentation
Hook run when an Org-roam node is inserted as an Org link.
Each function takes two arguments: the id of the node, and the link description.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam.el
(defcustom org-roam-post-node-insert-hook nil
"Hook run when an Org-roam node is inserted as an Org link.
Each function takes two arguments: the id of the node, and the link description."
:group 'org-roam
:type 'hook)