From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to export an Org file to LaTeX's book class, but without parts? Date: Tue, 21 Apr 2015 21:32:29 -0400 Message-ID: <87vbgp54nm.fsf@alphaville.usersys.redhat.com> References: <87mw21w1qj.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkjWx-0001uh-Dk for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 21:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkjWq-0004lg-PY for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 21:32:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:37757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkjWq-0004lT-IL for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 21:32:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YkjWm-00011A-Nc for emacs-orgmode@gnu.org; Wed, 22 Apr 2015 03:32:36 +0200 Received: from 71.46.212.50 ([71.46.212.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Apr 2015 03:32:36 +0200 Received: from ndokos by 71.46.212.50 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Apr 2015 03:32:36 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Marcin Borkowski writes: > Hi all, > > this is an actual question, but it can be viewed as a continuation of > the "why use LaTeX directly and not Org" thread (disclaimer: from the > POV of an experienced LaTeX user and much less experienced Org-exporter > user). > > So, I tried to do the opposite, just to learn something/unlock the "Org > Exporter" skill;-). I want to export my Org file to the book class > (actually, a class similar to it, but never mind), but I want my > first-level headings to be chapters, not parts. OTOH, I don't want to > modify org-latex-classes. Is that possible, and if yes, how to achieve > that? AFAIK, no, not without modifying org-latex-classes - why don't you want to modify it? Nick