summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-31 00:12:57 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-01-31 00:12:57 +0100
commit94f67273c616b0c802ec754cca33ab45c996fab0 (patch)
tree134fc04a88ae6472500a565c4921455b4cd4a162
parent6c03dc77c9b9d7c53433a9a4515a3295b1edf7b1 (diff)
downloadorg-mode-94f67273c616b0c802ec754cca33ab45c996fab0.tar.gz
org-list: Remove unused variable
* lisp/org-list.el (org-list-export-context): Remove variable.
-rw-r--r--lisp/org-list.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 0d688ef..425f77f 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