Variable: org-agenda-pending-undo-list

org-agenda-pending-undo-list is a variable defined in org-agenda.el.gz.

Value

nil

Documentation

In a series of undo commands, this is the list of remaining undo items.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-agenda-pending-undo-list nil
  "In a series of undo commands, this is the list of remaining undo items.")