Browse Source

ox-html.el (org-html-text-markup-alist): Fix version

* ox-html.el (org-html-text-markup-alist): Fix version.

Thanks to Jambunathan for reporting this.
Bastien Guerry 11 years ago
parent
commit
4d7293e2d0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/ox-html.el

+ 2 - 0
lisp/ox-html.el

@@ -544,6 +544,8 @@ a formatting string to wrap fontified text with.
 If no association can be found for a given markup, text will be
 returned as-is."
   :group 'org-export-html
+  :version "24.4"
+  :package-version '(Org . "8.0")
   :type '(alist :key-type (symbol :tag "Markup type")
 		:value-type (string :tag "Format string"))
   :options '(bold code italic strike-through underline verbatim))