From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to make the 4 level heading '****' to 'subsubsection' in latex export Date: Wed, 10 May 2017 18:15:41 +0200 Message-ID: <87d1bg3cya.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8UHF-0000EK-0v for emacs-orgmode@gnu.org; Wed, 10 May 2017 12:15:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8UHC-0002zR-9X for emacs-orgmode@gnu.org; Wed, 10 May 2017 12:15:48 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35701) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8UHC-0002yp-4F for emacs-orgmode@gnu.org; Wed, 10 May 2017 12:15:46 -0400 In-Reply-To: (XP Chen's message of "Wed, 10 May 2017 22:01:10 +0800 (CST)") 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: XP Chen Cc: emacs-orgmode Hello, "XP Chen" writes: > I add follow lines in .emacs: > > (add-to-list 'org-latex-classes > '("thesis1" > "\\documentclass{thesis1}" > ("\\chapter{%s}" . "\\chapter*{%s}") > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}"))) > ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) > > However it no works. The .tex have no subsubsection. Instead, it convert "**** XX" to "\item XX" in .tex file. > > Is the org export can only accept 3 section? How to resolve it? See `org-export-headline-levels'. Regards, -- Nicolas Goaziou