Function: org-roam-capture--finalize-find-file

org-roam-capture--finalize-find-file is a byte-compiled function defined in org-roam-capture.el.

Signature

(org-roam-capture--finalize-find-file)

Documentation

Visit the buffer after Org-capture is done.

This function is to be called in the Org-capture finalization process. ID is unused.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-capture.el
(defun org-roam-capture--finalize-find-file ()
  "Visit the buffer after Org-capture is done.
This function is to be called in the Org-capture finalization process.
ID is unused."
  (switch-to-buffer (org-capture-get :buffer)))