Function: org-roam-buffer-visit-thing

org-roam-buffer-visit-thing is an interactive and byte-compiled function defined in org-roam-mode.el.

Signature

(org-roam-buffer-visit-thing)

Documentation

This is a placeholder command.

Where applicable, section-specific keymaps bind another command which visits the thing at point.

Key Bindings

Aliases

org-roam-visit-thing (obsolete since org-roam 2.0)

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-mode.el
;;;; Library
(defun org-roam-buffer-visit-thing ()
  "This is a placeholder command.
Where applicable, section-specific keymaps bind another command
which visits the thing at point."
  (interactive)
  (user-error "There is no thing at point that could be visited"))