瀏覽代碼

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 12 年之前
父節點
當前提交
3a0e559ad9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"