Variable: org-markers-to-move

org-markers-to-move is a variable defined in org.el.gz.

Value

nil

Documentation

Markers that should be moved with a cut-and-paste operation.

Those markers are stored together with their positions relative to the start of the region.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-markers-to-move nil
  "Markers that should be moved with a cut-and-paste operation.
Those markers are stored together with their positions relative to
the start of the region.")