From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kai Subject: Header levels and section numbering > 3, in LaTeX export Date: Tue, 05 Oct 2010 23:36:00 -0400 Message-ID: <4CABEEA0.1070304@limist.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48698 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3KnV-0002ye-0r for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 23:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3KnT-0007hN-Pt for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 23:36:04 -0400 Received: from mail6.webfaction.com ([74.55.86.74]:39361 helo=smtp.webfaction.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3KnT-0007gx-ME for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 23:36:03 -0400 Received: from [192.168.1.4] (c-24-63-132-141.hsd1.ma.comcast.net [24.63.132.141]) by smtp.webfaction.com (Postfix) with ESMTP id 7053A324C1D for ; Tue, 5 Oct 2010 22:36:01 -0500 (CDT) 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: emacs-orgmode@gnu.org 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, K