소스 검색

org-list: Remove unused variable

* lisp/org-list.el (org-list-export-context): Remove variable.
Nicolas Goaziou 6 년 전
부모
커밋
94f67273c6
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      lisp/org-list.el

+ 0 - 8
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