Re: [Orgmode] Latex export and label entries

2009-12-03 Thread Carsten Dominik

Hi,
On Dec 2, 2009, at 2:51 PM, d.tc...@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





___
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


[Orgmode] Latex export and label entries

2009-12-02 Thread d . tchin

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 ? 

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