From mboxrd@z Thu Jan 1 00:00:00 1970 From: lists@wilkesley.net Subject: Re: Using Book class without 'parts' for Org-mode Export Date: Thu, 17 Aug 2017 20:36:38 +0100 Message-ID: <58f14590ceb4751fdd8e9524b2548dae@wilkesley.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diQay-0000ES-G0 for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 15:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diQax-000211-P6 for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 15:36:44 -0400 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: R Jain Cc: Emacs-orgmode , "emacs-orgmode gnu.org" On 2017-08-16 18:02, R Jain wrote: > Hi Ian, > > Thanks for the reply. The part which I'm tripping over is: > > #+latex: \chapterauthor{by Mike Anderson} > > (add-to-list 'org-latex-classes > '("koma-book" > "\\documentclass{scrbook}" > ("\\chapter{%s}" . "\\chapter{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ) > ) > > Where should I add this definition? > I have it in my init file in ~/.emacs.d. I use babel to tangle the file. Ian.