From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-beamer and CUSTOM_ID Date: Tue, 13 Oct 2015 21:26:36 +0200 Message-ID: <87pp0izi1f.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm5Bz-0003fL-Oj for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 15:25:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm5Bz-0002wK-3q for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 15:24:59 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:44896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm5By-0002v6-QJ for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 15:24:58 -0400 In-Reply-To: (Fabrice Popineau's message of "Tue, 13 Oct 2015 13:24:56 +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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > Something I don't understand in ox-beamer. > I wanted to use the againframe feature. > > I setup a CUSTOM_ID to foo on the first frame. > > I use #foo as a BEAMER_REF in the againframe. > > But ox-beamer insists in using its own generated label to refer to the > frame. > I trace it to org-beamer--get-label which looks only for label=%s in the > BEAMER_OPT property of the initial frame. > IMHO, it should look for a CUSTOM_ID too. > That would make it more consistent. > > Am I missing something ? I don't understand the issue. BEAMER_REF: #foo generates the same internal reference as :CUSTOM_ID: foo, doesn't it? Regards, -- Nicolas Goaziou