From d9dd1e6bd51215a33eb983af869089bd791c145c Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 16 Mar 2014 00:36:21 +0100 Subject: [PATCH] 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 ac44416ad..cabf2b684 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -170,10 +170,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