Function: org-roam-capture--get-target

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

Signature

(org-roam-capture--get-target)

Documentation

Get the current capture :target for the capture template in use.

This function has :around advice: org-roam-capture--get-if-new-target-a.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defun org-roam-capture--get-target ()
  "Get the current capture :target for the capture template in use."
  (or (org-roam-capture--get :target)
      (user-error "Template needs to specify `:target'")))