From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [bug] [exporter] Frame labels cause allowframebreaks option to fail Date: Wed, 16 Oct 2013 14:07:26 +0200 Message-ID: <877gddctc1.fsf@med.uni-goettingen.de> References: <87y55ueee0.fsf@pinto.chemeng.ucl.ac.uk> <87ppr630wp.fsf@pank.iue.private> <87ppr56615.fsf@ucl.ac.uk> <87d2n5sebf.fsf@ucl.ac.uk> <87bo2ph3j6.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPtF-00058R-5V for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:07:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWPt8-0007he-TJ for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:07:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:48803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPt8-0007hZ-NE for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:07:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWPt6-0003n7-K6 for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 14:07:40 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 14:07:40 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 14:07:40 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus 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 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