Variable: org-roam-capture--template-keywords

org-roam-capture--template-keywords is a variable defined in org-roam-capture.el.

Value

(:override-default-time :if-new :target :id :link-description
			:call-location :region)

Documentation

Keywords used in org-roam-capture-templates specific to Org-roam.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defconst org-roam-capture--template-keywords (list :target :id :link-description :call-location
                                                    :region)
  "Keywords used in `org-roam-capture-templates' specific to Org-roam.")