From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: In LaTeX export, can I control what heading type a headline goes to? Date: Thu, 29 Nov 2018 09:55:25 +0100 Message-ID: <87h8g09saq.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSI6o-0007U3-HX for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 03:55:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSI6e-0008Rp-Iv for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 03:55:36 -0500 Received: from mail-qt1-x834.google.com ([2607:f8b0:4864:20::834]:37019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSI6e-0008QM-24 for emacs-orgmode@gnu.org; Thu, 29 Nov 2018 03:55:32 -0500 Received: by mail-qt1-x834.google.com with SMTP id z16so1129113qtq.4 for ; Thu, 29 Nov 2018 00:55:29 -0800 (PST) In-Reply-To: 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: William Denton , emacs-orgmode@gnu.org Hi Bill, William Denton writes: > Is there a way, exporting as a book, to make Org skip "part" and make a > top-level Org headline turn into a chapter? Is there a built-in way, or do I > need to make my own class in org-latex-classes that has the structure I want? Another simple solution that doesn't require changing the default configuration is: just don't use top level headlines in your document! I don't think Org will care if your highest-level headlines start with "**". That may or may not work for your particular situation, but it seems like a good option to keep in mind! -- Best, Richard