From mboxrd@z Thu Jan 1 00:00:00 1970 From: R Jain Subject: Using Book class without 'parts' for Org-mode Export Date: Wed, 16 Aug 2017 13:44:02 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhycD-0006Pk-IO for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 09:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhycA-0006FJ-Dm for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 09:44:09 -0400 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:37698) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhycA-0006D6-9R for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 09:44:06 -0400 Received: by mail-qk0-x22a.google.com with SMTP id z18so20170886qka.4 for ; Wed, 16 Aug 2017 06:44:04 -0700 (PDT) Received: from [127.0.0.1] (ncsu-nat1-7.ncstate.net. [152.7.224.7]) by smtp.gmail.com with ESMTPSA id t1sm537682qkb.91.2017.08.16.06.44.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Aug 2017 06:44:03 -0700 (PDT) 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: "emacs-orgmode gnu.org" Hi Everyone,

My question is about using Org-mode Export = to Latex, but starting with Chapter, then Section, and so on.=

I found a solution on Stackexchange but = when I add that code to my init file, restart emacs, and add = "#+LaTeX_CLASS: book_noparts" to my org file,  it apparently doesn't = get read. The exported .tex is an itemized list. 

=
Any help with what I'm doing wrong would be great help. Also, if = there's a better way to make custom class files within the org-file I'm = working on, please do let me know.

Thanks,=
RJ