>From 8325901e959e16d34546ca7bf74d7efbc8e16825 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 16 Mar 2014 00:36:21 +0100 Subject: [PATCH 1/2] Remove reference to hgroup in ox-html * ox-html.el (org-html-html5-elements): Drop reference to hgroup. --- lisp/ox-html.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index a8c924f..cb95161 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -169,10 +169,8 @@ "progress" "section" "video") "New elements in html5. -
is not included because it's currently impossible to -wrap special blocks around multiple headlines. For other blocks -that should contain headlines, use the HTML_CONTAINER property on -the headline itself.") +For blocks that should contain headlines, use the HTML_CONTAINER +property on the headline itself.") (defconst org-html-special-string-regexps '(("\\\\-" . "­") ; shy -- 1.9.0