ox: Fix defcustom

* lisp/ox.el (org-export-with-title): Fix :package-information value.
This commit is contained in:
Nicolas Goaziou 2015-03-17 15:47:40 +01:00
parent 16cea3d7b7
commit 22ff8381ed
1 changed files with 1 additions and 1 deletions

View File

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