From 4d7293e2d0ce604ba42027734debbe4a2dd3875a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 12 Nov 2013 21:24:32 +0100 Subject: [PATCH] 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. --- lisp/ox-html.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 5aeaaf7bc..ad5597482 100644 --- a/lisp/ox-html.el +++ b/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)) -- 2.11.4.GIT