From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Latex export and label entries Date: Thu, 3 Dec 2009 19:37:02 +0000 (UTC) Message-ID: References: <27020536.24221259761881021.JavaMail.www@wwinf4616> <7CDC9CBB-66A9-4817-AC32-B7B8ED3756E1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHyLZ-0004Sh-DC for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 06:35:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHyLT-0004SE-I6 for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 06:35:11 -0500 Received: from [199.232.76.173] (port=44412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHyLT-0004S3-6U for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 06:35:07 -0500 Received: from lo.gmane.org ([80.91.229.12]:34338) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHyLT-0004Pa-09 for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 06:35:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NHyLQ-0000a1-Lm for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:35:04 +0100 Received: from APuteaux-754-1-4-185.w90-44.abo.wanadoo.fr ([90.44.51.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 12:35:04 +0100 Received: from d.tchin by APuteaux-754-1-4-185.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 12:35:04 +0100 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: emacs-orgmode@gnu.org Hi Carsten Dominik gmail.com> writes: > > 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{} > Thank you for the advice. I add the instruction you suggest. with org-export-latex-classes. In fact it work if this intruction appears after \begin{document}. I have managed to add it before \begin{document} with org-export-latex-classes but not after . How could I make appear this intruction only one time after \begin{document} ? Regards