Function: org-roam-capture--insert-captured-ref-h
org-roam-capture--insert-captured-ref-h is a byte-compiled function
defined in org-roam-capture.el.
Signature
(org-roam-capture--insert-captured-ref-h)
Documentation
Insert the ref if any.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defun org-roam-capture--insert-captured-ref-h ()
"Insert the ref if any."
(when-let* ((ref (plist-get org-roam-capture--info :ref)))
(org-roam-ref-add ref)))