Variable: org-roam-ref-prompt-function
org-roam-ref-prompt-function is a customizable variable defined in
org-roam-node.el.
Value
nil
Documentation
Function to prompt for ref strings in org-roam-ref-add.
Should take no arguments, prompt the user, and return a string.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defcustom org-roam-ref-prompt-function nil
"Function to prompt for ref strings in `org-roam-ref-add'.
Should take no arguments, prompt the user, and return a string."
:group 'org-roam
:type 'function)