Browse Source

Add :version to org-docbook.el options.

Bastien Guerry 13 years ago
parent
commit
2894045bba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-docbook.el

+ 2 - 0
lisp/org-docbook.el

@@ -150,6 +150,7 @@ avoid same set of footnote IDs being used multiple times."
 (defcustom org-export-docbook-footnote-separator "<superscript>, </superscript>"
 (defcustom org-export-docbook-footnote-separator "<superscript>, </superscript>"
   "Text used to separate footnotes."
   "Text used to separate footnotes."
   :group 'org-export-docbook
   :group 'org-export-docbook
+  :version "24.1"
   :type 'string)
   :type 'string)
 
 
 (defcustom org-export-docbook-emphasis-alist
 (defcustom org-export-docbook-emphasis-alist
@@ -195,6 +196,7 @@ This XSLT stylesheet is used by
 Object (FO) files.  You can use either `fo/docbook.xsl' that
 Object (FO) files.  You can use either `fo/docbook.xsl' that
 comes with DocBook, or any customization layer you may have."
 comes with DocBook, or any customization layer you may have."
   :group 'org-export-docbook
   :group 'org-export-docbook
+  :version "24.1"
   :type 'string)
   :type 'string)
 
 
 (defcustom org-export-docbook-xslt-proc-command nil
 (defcustom org-export-docbook-xslt-proc-command nil