From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Latex export and label entries Date: Thu, 3 Dec 2009 15:31:29 +0100 Message-ID: <7CDC9CBB-66A9-4817-AC32-B7B8ED3756E1@gmail.com> References: <27020536.24221259761881021.JavaMail.www@wwinf4616> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGCif-0008I5-5X for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:31:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGCiY-0008Gv-EJ for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:31:43 -0500 Received: from [199.232.76.173] (port=47722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGCiV-0008GQ-G4 for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:31:36 -0500 Received: from ey-out-1920.google.com ([74.125.78.146]:20946) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGCiV-0003pt-BE for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 09:31:35 -0500 Received: by ey-out-1920.google.com with SMTP id 3so348049eyh.34 for ; Thu, 03 Dec 2009 06:31:34 -0800 (PST) In-Reply-To: <27020536.24221259761881021.JavaMail.www@wwinf4616> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: d.tchin@voila.fr Cc: emacs-orgmode@gnu.org Hi, On Dec 2, 2009, at 2:51 PM, d.tchin@voila.fr wrote: > > Hi, > > I use org-export-latex to create latex powerdot > file. I make adaptation of template defined for > beamer class and it works quite well. > > I have a problem I would like to submit : > > By default in each section or slide (frame) environment, > there is a label added by default. This instruction > is not recognized by powerdot class. Is there a way > to prevent org-export-latex function to add such label > entries ? a work-around would be to add this to your powerdot definition of org- export-latex-classes: \def\label#1{} I could make label generation optional, but since this is a standard LaTeX command, I don't want to remove it. HTH - Carsten > > My document is following > > #+LaTeX_CLASS: powerdot > #+TITLE: Presentation > #+AUTHOR: author > #+OPTIONS: H:2 num:t toc:nil > > * Test 1 > ** Test in 1 > *** Test in 1 in 1 > * Test 2 > ** Test in 2 > *** Test in 2 in 2 > > If you want to reproduce, you can substitute powerdot > by beamer for LaTeX_CLASS definition. You will find in > tex file the following : > > \section{Test 1} > \label{sec-1} <= > > > Thanks > > ____________________________________________________ > > Michael Jackson, Susan Boyle, Black Eyed Peas ... Retrouvez leurs > derniers titres sur http://musiline.voila.fr > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten