Variable: org-agenda-undo-list

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

Value

nil

Documentation

List of undoable operations in the agenda since last refresh.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar original-date) ; dynamically scoped, calendar.el does scope this

(defvar org-agenda-undo-list nil
  "List of undoable operations in the agenda since last refresh.")