* On 2014-07-10 at 17:08, Thomas S. Dye wrote:
> Aloha Ken,
>
> Ken Mankoff <mank...@gmail.com> writes:
>
>> When exporting to LaTeX, fourth-level headings become \enumerate. In
>> LaTeX, the item below \subsubsection is \paragraph, not \enumerate.
>>
>> Here is what happens:
>>
>> * Top becomes \section
>> ** Second becomes \subsection
>> *** Third becomes \subsubsection
>> **** Fourth becomes \enumerate
>>
>> Is there a way to set Fourth to either \paragraph or just nothing?
>
> Only the first three outline levels will be used as headings. Deeper
> levels will become itemized lists. You can change the location of this
> switch globally by setting the variable org-export-headline-levels, or
> on a per-file basis with a line
>
>      #+OPTIONS: H:4
>

Thanks. That makes sense. I thought that was just for controlling the
TOC depth, but it makes sense it controls content headings too.

  -k.

Reply via email to