Function: org-roam-capture--get

org-roam-capture--get is a byte-compiled function defined in org-roam-capture.el.

Signature

(org-roam-capture--get KEYWORD)

Documentation

Get the value for KEYWORD from the org-roam-capture-template.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defun org-roam-capture--get (keyword)
  "Get the value for KEYWORD from the `org-roam-capture-template'."
  (plist-get (plist-get org-capture-plist :org-roam) keyword))