Procházet zdrojové kódy

ox-html.el (org-html-headline): Fix typo

* ox-html.el (org-html-headline): Fix typo.

Thanks to Rick Frankel for reporting this.
Bastien Guerry před 12 roky
rodič
revize
3a0e559ad9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -1913,7 +1913,7 @@ holding contextual information."
 				(org-element-property :ID headline))))
 	     (preferred-id (car 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))))
 	(format "<div id=\"%s\" class=\"%s\">%s%s</div>\n"
 		(format "outline-container-%s"