From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: front-matter support in version 8.0? Date: Tue, 23 Jul 2013 10:28:21 +0200 Message-ID: <87txjl4r4q.fsf@gmail.com> References: <20130723073141.GA16607@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Xx8-0004Br-Is for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 04:28:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1Xx4-0000O9-BE for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 04:28:14 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:54312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Xx4-0000Nw-4Q for emacs-orgmode@gnu.org; Tue, 23 Jul 2013 04:28:10 -0400 Received: by mail-wi0-f172.google.com with SMTP id c10so2724493wiw.11 for ; Tue, 23 Jul 2013 01:28:08 -0700 (PDT) Received: from selenimh ([91.224.148.150]) by mx.google.com with ESMTPSA id fb2sm4183448wic.4.2013.07.23.01.28.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Jul 2013 01:28:07 -0700 (PDT) In-Reply-To: <20130723073141.GA16607@panahar> (Vikas Rawal's message of "Tue, 23 Jul 2013 13:01:41 +0530") 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 Hello, Vikas Rawal writes: > Prior to version 8.0, we had > http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-11. > > How is one expected to add front-matter for latex export in ver 8.0? You disable default table of contents and use TOC keyword (see manual) to put it wherever you want. E.g., #+OPTIONS: toc:nil #+BEGIN_ABSTRACT [Abstract here] #+END_ABSTRACT #+TOC: headlines * First Exported Headline Regards, -- Nicolas Goaziou