Browse Source

ox: Fix defcustom

* lisp/ox.el (org-export-with-title): Fix :package-information value.
Nicolas Goaziou 10 năm trước cách đây
mục cha
commit
22ff8381ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -758,7 +758,7 @@ This option can also be set with the OPTIONS keyword,
 e.g. \"title:nil\"."
   :group 'org-export-general
   :version "25.1"
-  :package-version '(Org . 8.3)
+  :package-version '(Org . "8.3")
   :type 'boolean)
 
 (defcustom org-export-time-stamp-file t