From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Latex export and label entries Date: Tue, 8 Dec 2009 17:33:11 +0100 Message-ID: <22D53C74-6B3A-45C7-BC7F-A178423331C1@gmail.com> References: <27020536.24221259761881021.JavaMail.www@wwinf4616> <7CDC9CBB-66A9-4817-AC32-B7B8ED3756E1@gmail.com> 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 1NI3k7-00032d-9y for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI3k2-0002y8-Dj for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:54 -0500 Received: from [199.232.76.173] (port=56609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI3k2-0002xq-8A for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:50 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:36093) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI3k1-0000y7-De for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 12:20:50 -0500 Received: by ewy1 with SMTP id 1so2967417ewy.8 for ; Tue, 08 Dec 2009 09:20:47 -0800 (PST) In-Reply-To: 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" Cc: emacs-orgmode@gnu.org On Dec 3, 2009, at 8:37 PM, d.tchin wrote: > 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} ? #+LaTeX: \def\label#1{} HTH - Carsten