Forgot to quote function reference

This commit is contained in:
TEC 2020-12-20 02:27:13 +08:00
parent f074def12e
commit 7521524e14
1 changed files with 1 additions and 1 deletions

View File

@ -5608,7 +5608,7 @@ DEPTH is an integer specifying the depth of the table. INFO is
a plist used as a communication channel. Optional argument SCOPE
is an element defining the scope of the table. Return the table
of contents as a string, or nil if it is empty."
:override org-html-toc
:override #'org-html-toc
(let ((toc-entries
(mapcar (lambda (headline)
(cons (org-html--format-toc-headline headline info)