From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Lynbech Subject: LaTeX export section level cutoff? Date: Mon, 06 May 2019 08:38:40 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNXI2-0003JR-RU for emacs-orgmode@gnu.org; Mon, 06 May 2019 02:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNXI1-0007rr-TC for emacs-orgmode@gnu.org; Mon, 06 May 2019 02:39:54 -0400 Received: from sto1.spamfilter.cc ([149.11.76.237]:41940) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNXI1-0007Sm-MS for emacs-orgmode@gnu.org; Mon, 06 May 2019 02:39:53 -0400 Received: from mail01.mxhotel.dk ([91.221.196.236]) by sto1.spamfilter.cc with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1hNXGw-000DH6-Es for emacs-orgmode@gnu.org; Mon, 06 May 2019 08:38:47 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org-mode 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. - petonic@hal.com (Michael A. Petonic)