瀏覽代碼

Fix customization type of new variable

Carsten Dominik 16 年之前
父節點
當前提交
68cf2588b4
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-latex.el

+ 1 - 0
lisp/ChangeLog

@@ -3,6 +3,7 @@
 	* org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
 	* org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
 	(org-export-pdf-logfiles): New option.
 	(org-export-pdf-logfiles): New option.
 	(org-export-as-pdf): Use `org-export-pdf-logfiles'.
 	(org-export-as-pdf): Use `org-export-pdf-logfiles'.
+	(org-export-pdf-logfiles): Fix customization type.
 
 
 	* org.el (org-insert-link): Improve error message when there is no
 	* org.el (org-insert-link): Improve error message when there is no
 	default link to select with RET.
 	default link to select with RET.

+ 1 - 1
lisp/org-latex.el

@@ -404,7 +404,7 @@ This function should accept the file name as its single argument."
   '("aux" "idx" "log" "out" "toc" "nav" "snm" "vrb")
   '("aux" "idx" "log" "out" "toc" "nav" "snm" "vrb")
   "The list of file extensions to consider as LaTeX logfiles."
   "The list of file extensions to consider as LaTeX logfiles."
   :group 'org-export-pdf
   :group 'org-export-pdf
-  :type 'sexp)
+  :type '(repeat (string :tag "Extension")))
 
 
 (defcustom org-export-pdf-remove-logfiles t
 (defcustom org-export-pdf-remove-logfiles t
   "Non-nil means, remove the logfiles produced by PDF production.
   "Non-nil means, remove the logfiles produced by PDF production.