Function: org-goto-ret
org-goto-ret is an interactive and byte-compiled function defined in
org-goto.el.gz.
Signature
(org-goto-ret &optional ARG)
Documentation
Finish org-goto by going to the new location.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-goto.el.gz
(defun org-goto-ret (&optional _arg)
"Finish `org-goto' by going to the new location."
(interactive "P")
(setq org-goto-selected-point (point))
(setq org-goto-exit-command 'return)
(throw 'exit nil))