From 9e7c30ea3d9e9d4c01ded880636b73239fa5fc8f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 24 Feb 2013 16:03:58 +0100 Subject: [PATCH] ox-html: Fix code typo in 1fd83e048760c38c23d422f649a53d79591ba5c3 * lisp/ox-html.el (org-html--format-toc-headline): Fix function name. --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 8ef04d798..297b1381a 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1579,7 +1579,7 @@ and value is its relative level, as an integer." toc-entries "") (org-html--make-string (- prev-level start-level) "\n\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))