Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2024-02-01 12:45:32 +01:00
commit 402643f194
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 3 additions and 2 deletions

View File

@ -607,8 +607,9 @@ which is replaced with the subtitle."
(defcustom org-latex-toc-command "\\tableofcontents\n\n" (defcustom org-latex-toc-command "\\tableofcontents\n\n"
"LaTeX command to set the table of contents, list of figures, etc. "LaTeX command to set the table of contents, list of figures, etc.
This command only applies to the table of contents generated with This command only applies to the table of contents generated with the
the toc:nil option, not to those generated with #+TOC keyword." toc:t, toc:1, toc:2, toc:3, ... options, not to those generated with
the #+TOC keyword."
:group 'org-export-latex :group 'org-export-latex
:type 'string) :type 'string)