Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
Seems ok to me. Great ! Fabrice 2012/9/4 Nicolas Goaziou > Fabrice Popineau writes: > > >> Interesting. What about providing an "againframe" environment (on par > >> with "appendix", "note", etc.)? > >> > >> It would use "BEAMER_act" property to set the overlay specification, and > >> a "BEA

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Nicolas Goaziou
Fabrice Popineau writes: >> Interesting. What about providing an "againframe" environment (on par >> with "appendix", "note", etc.)? >> >> It would use "BEAMER_act" property to set the overlay specification, and >> a "BEAMER_ref" property using link syntax to refer to a particular >> section. Her

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
> > Interesting. What about providing an "againframe" environment (on par > with "appendix", "note", etc.)? > > It would use "BEAMER_act" property to set the overlay specification, and > a "BEAMER_ref" property using link syntax to refer to a particular > section. Here's an example: > > That would

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Nicolas Goaziou
Fabrice Popineau writes: > Well, thanks for this It solves an easy case that has already asked for in > the past. > Now I can do : > > * section > ** My frame title :B_frame: > :PROPERTIES: > :BEAMER_opt: label=tcs > :BEAMER_env: frame > :END: > > Some text. Some text. Some t

Re: [O] Labels in beamer new exporter

2012-09-04 Thread Fabrice Popineau
> > > Unfortunately, the new latex/beamer exporter does not seem to check that > > the user may have wanted to put his/her > > own label on a frame and it adds its own label to the user defined one. > > It is not that difficult to patch org-e-beamer--format-frame to avoid > > adding label when the

Re: [O] Labels in beamer new exporter

2012-09-03 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > I'm trying to reference a slide using the beamer new exporter. > Each frame gets its own label automagically (sec-#-##). > Is there a way to reference those labels later on ? Using emacs-lisp ? > Or ? You refer to these labels when you create an internal link (

[O] Labels in beamer new exporter

2012-09-03 Thread Fabrice Popineau
Hi all, I'm trying to reference a slide using the beamer new exporter. Each frame gets its own label automagically (sec-#-##). Is there a way to reference those labels later on ? Using emacs-lisp ? Or ? I tried another way to solve my problem and wanted to define my own label on a frame : ** My