From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Header levels and section numbering > 3, in LaTeX export Date: Wed, 06 Oct 2010 01:38:22 -0400 Message-ID: <8493.1286343502@gamaville.dokosmarshall.org> References: <4CABEEA0.1070304@limist.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=42569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Mi5-0006JR-Oq for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 01:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Mi2-0000On-T4 for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 01:38:37 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:61062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Mi2-0000Oj-Of for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 01:38:34 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9U00CT8SZYCH10@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 00:38:23 -0500 (CDT) In-reply-to: Message from Kai of "Tue, 05 Oct 2010 23:36:00 EDT." <4CABEEA0.1070304@limist.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kai Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Kai wrote: > With a .org file having headers 4-5 levels deep (e.g. **** This > Section), I'd like the LaTeX export to treat it as a subsubsubsection > with numbering, e.g. 1.1.1.1. But no luck, and I'm not sure whether > I'm doing something wrong with org-mode, or need to customize my LaTeX > template. In the org file I have: > > #+OPTIONS: H:5 num:t > > ...which does give the TeX markup of \label{sec-1_1_1_1} in the .tex > file, but the header text is wrapped in a \paragraph{The Header}, > instead of \subsubsubsection{The Header}. > > Is there a way to have the org-mode LaTeX export mark that up as a > subsubsubsection? I'm using the org-mode trunk. Thanks in advance > for any help, > This is a LaTeX limitation (if you want to call it that), not an orgmode one. See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub for some workarounds/comments/references (but be prepared for at least some strangeness). HTH, Nick