Function: org-previous-link

org-previous-link is an autoloaded, interactive and byte-compiled function defined in ol.el.gz.

Signature

(org-previous-link)

Documentation

Move backward to the previous link.

If the link is in hidden text, expose it.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
;;;###autoload
(defun org-previous-link ()
  "Move backward to the previous link.
If the link is in hidden text, expose it."
  (interactive)
  (org-next-link t))