ox-html.el (org-html-headline): Fix typo
* ox-html.el (org-html-headline): Fix typo. Thanks to Rick Frankel for reporting this.
This commit is contained in:
parent
082023f833
commit
3a0e559ad9
|
@ -1913,7 +1913,7 @@ holding contextual information."
|
||||||
(org-element-property :ID headline))))
|
(org-element-property :ID headline))))
|
||||||
(preferred-id (car ids))
|
(preferred-id (car ids))
|
||||||
(extra-ids (cdr ids))
|
(extra-ids (cdr ids))
|
||||||
(extra-class (org-element-property :html-container-class headline))
|
(extra-class (org-element-property :HTML_CONTAINER_CLASS headline))
|
||||||
(level1 (+ level (1- org-html-toplevel-hlevel))))
|
(level1 (+ level (1- org-html-toplevel-hlevel))))
|
||||||
(format "<div id=\"%s\" class=\"%s\">%s%s</div>\n"
|
(format "<div id=\"%s\" class=\"%s\">%s%s</div>\n"
|
||||||
(format "outline-container-%s"
|
(format "outline-container-%s"
|
||||||
|
|
Loading…
Reference in New Issue