소스 검색

Update keywords for defcustom `org-latex-default-packages-alist'

* lisp/org.el (org-latex-default-packages-alist): Update keywords to
  reflect changes to default value in
  5e03133c478881a7e27f1bdb4777a09e303702be.
Nicolas Goaziou 9 년 전
부모
커밋
747fefe2b0
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      lisp/org.el

+ 4 - 3
lisp/org.el

@@ -4115,9 +4115,9 @@ you might be loading some other package that conflicts with one
 of the default packages.  Each element is either a cell or
 of the default packages.  Each element is either a cell or
 a string.
 a string.
 
 
-A cell is of the format:
+A cell is of the format
 
 
-  \( \"options\" \"package\" SNIPPET-FLAG).
+  \(\"options\" \"package\" SNIPPET-FLAG)
 
 
 If SNIPPET-FLAG is non-nil, the package also needs to be included
 If SNIPPET-FLAG is non-nil, the package also needs to be included
 when compiling LaTeX snippets into images for inclusion into
 when compiling LaTeX snippets into images for inclusion into
@@ -4128,7 +4128,8 @@ A string will be inserted as-is in the header of the document."
   :group 'org-export-latex
   :group 'org-export-latex
   :set 'org-set-packages-alist
   :set 'org-set-packages-alist
   :get 'org-get-packages-alist
   :get 'org-get-packages-alist
-  :version "24.1"
+  :version "25.1"
+  :package-version '(Org . "8.3")
   :type '(repeat
   :type '(repeat
 	  (choice
 	  (choice
 	   (list :tag "options/package pair"
 	   (list :tag "options/package pair"