emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Lynbech <christian@defun.dk>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: LaTeX export section level cutoff?
Date: Mon, 06 May 2019 08:38:40 +0200	[thread overview]
Message-ID: <m2ftps84un.fsf@defun.dk> (raw)

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)

             reply	other threads:[~2019-05-06  6:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-06  6:38 Christian Lynbech [this message]
2019-05-06 15:27 ` LaTeX export section level cutoff? William Denton
2019-05-06 20:25   ` Christian Lynbech

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ftps84un.fsf@defun.dk \
    --to=christian@defun.dk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).