emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 9aa304f: ox-latex: Fix defcustom keywords.


From: ELPA Syncer
Subject: [elpa] externals/org 9aa304f: ox-latex: Fix defcustom keywords.
Date: Sun, 13 Jun 2021 16:57:11 -0400 (EDT)

branch: externals/org
commit 9aa304f957578be87c5c6d3eba84d2dd37f7f81e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    ox-latex: Fix defcustom keywords.
    
    * lisp/ox-latex.el (org-latex-reference-command): Do not provide
    both :version and :package-version.  Add :safe keyword.
---
 lisp/ox-latex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index a45474e..c878013 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -412,8 +412,8 @@ use of a package such as hyperref or cleveref and then 
change the format string
 to \"\\autoref{%s}\" or \"\\cref{%s}\" for example."
   :group 'org-export-latex
   :type 'string
-  :version "28.1"
-  :package-version '(Org . "9.5"))
+  :package-version '(Org . "9.5")
+  :safe t)
 
 ;;;; Preamble
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]