ox-latex: Add missing defcustom keywords

* lisp/ox-latex.el (org-latex-caption-above): Add missing keywords.
This commit is contained in:
Nicolas Goaziou 2014-10-29 22:18:00 +01:00
parent fcd4adf9cd
commit 1b92b8b8fe
1 changed files with 2 additions and 0 deletions

View File

@ -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)