From 1b92b8b8fe2779bd80cc43fb26b780dcc2cfa120 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 29 Oct 2014 22:18:00 +0100 Subject: [PATCH] ox-latex: Add missing defcustom keywords * lisp/ox-latex.el (org-latex-caption-above): Add missing keywords. --- lisp/ox-latex.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 501648dda..8b38f9668 100644 --- a/lisp/ox-latex.el +++ b/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)