Rasmus <ras...@gmx.us> writes: > Eric writes: > >> If not, it may be simplest to apply the patch I posted >> yesterday which removes the automatic generation of frame labels. > > Did you try the /second/ filter I posted? It should do what you want, > but only break the frames that has the offending mark. > > Carsten Dominik <drostekirs...@gmail.com> writes: > >> I think ox-beamer will turn id: links, search links and custom-id >> lines into clickable references in beamer. I have not tried this >> myself, but looking at the code, this seems to be the case. > > Correct, it seems. Check this example > > * test > (require 'ox-beamer) > > * test 2 > [[test]] > > > Of course custom-id is better. > > –Rasmus
Hi all, I had the same problem and :BEAMER_opt: allowframebreaks,label= (with an empty label) does the trick for me here. - Andreas