瀏覽代碼

ox-latex: Add missing defcustom keywords

* lisp/ox-latex.el (org-latex-caption-above): Add missing keywords.
Nicolas Goaziou 10 年之前
父節點
當前提交
1b92b8b8fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/ox-latex.el

+ 2 - 0
lisp/ox-latex.el

@@ -226,6 +226,8 @@ Otherwise, place it near the end.  When value is a list of
 symbols, put caption above selected elements only.  Allowed
 symbols are: `image', `table', `src-block' and `special-block'."
   :group 'org-export-latex
+  :version "25.1"
+  :package-version '(Org . "8.3")
   :type '(choice
 	  (const :tag "For all elements" t)
 	  (const :tag "For no element" nil)