diff --git a/lisp/org-list.el b/lisp/org-list.el index 0d688ef78..425f77f4f 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -348,14 +348,6 @@ clearly distinguish sub-items in a list." "Names of blocks where lists are not allowed. Names must be in lower case.") -(defvar org-list-export-context '(block inlinetask) - "Context types where lists will be interpreted during export. - -Valid types are `drawer', `inlinetask' and `block'. More -specifically, type `block' is determined by the variable -`org-list-forbidden-blocks'.") - - ;;; Predicates and regexps