ox-html: Fix code typo in 1fd83e0487

* lisp/ox-html.el (org-html--format-toc-headline): Fix function name.
This commit is contained in:
Nicolas Goaziou 2013-02-24 16:03:58 +01:00
parent 1fd83e0487
commit 9e7c30ea3d

View file

@ -1579,7 +1579,7 @@ and value is its relative level, as an integer."
toc-entries "")
(org-html--make-string (- prev-level start-level) "</li>\n</ul>\n"))))
(defun org-html--format-toc-entry (headline info)
(defun org-html--format-toc-headline (headline info)
"Return an appropriate table of contents entry for HEADLINE.
INFO is a plist used as a communication channel."
(let* ((headline-number (org-export-get-headline-number headline info))