Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
747fefe2b0
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  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
 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
 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
   :set 'org-set-packages-alist
   :get 'org-get-packages-alist
-  :version "24.1"
+  :version "25.1"
+  :package-version '(Org . "8.3")
   :type '(repeat
 	  (choice
 	   (list :tag "options/package pair"