From e2872b21e4180f37a7cc24d21141bd9a2644f2be Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 26 Mar 2014 17:59:39 +0100 Subject: [PATCH] ox-latex: Fix defcustom * lisp/ox-latex.el (org-latex-hyperref-template): Add keywords. --- lisp/ox-latex.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index fdf10081b..d65c975cd 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -360,6 +360,8 @@ Value is a format string, which can contain the following placeholders: Set it to the empty string to ignore the command completely." :group 'org-export-latex + :version "24.5" + :package-version '(Org . "8.3") :type 'string) ;;;; Headline