What determines at what level LaTeX export goes from sections to
enumerations?
I am using `report', the definition of which looks like this:
("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
and my top-level (*) becomes parts, the next (**) becomes chapters and
so on, but when I get down to level 4 and 5, as in
**** Testing
....
***** Mailbox creation
....
the code exported looks like this:
\item Testing
\label{sec:orgf672eb5}
....
\begin{enumerate}
\item Mailbox creation
\label{sec:orgca67a92}
....
I have set a `toc' option of 2, but changing that does not seem to
affect the sectioning cutoff and there clearly are options available in
the "report" definition for levels 4 and 5.
--
------------------------+-----------------------------------------------------
Christian Lynbech | christian #\@ defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
- [email protected] (Michael A. Petonic)