Description
When the template has a function, org-roam-capture--fill-template signals char-or-string-p. This is a result of the org-roam-whitespace-content being called with the template without the function template being handled. The function templates are handled in the org-roam-format-template instead, which is being called after the org-roam-whitespace-content.
Description
When the template has a function,
org-roam-capture--fill-templatesignalschar-or-string-p. This is a result of theorg-roam-whitespace-contentbeing called with the template without the function template being handled. The function templates are handled in theorg-roam-format-templateinstead, which is being called after theorg-roam-whitespace-content.