Variable: org-mark-ring-length

org-mark-ring-length is a customizable variable defined in org.el.gz.

Value

4

Documentation

Number of different positions to be recorded in the ring.

Changing this requires a restart of Emacs to work correctly.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-mark-ring-length 4
  "Number of different positions to be recorded in the ring.
Changing this requires a restart of Emacs to work correctly."
  :group 'org-link-follow
  :type 'integer)