From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-beamer and CUSTOM_ID Date: Wed, 14 Oct 2015 13:57:44 +0200 Message-ID: <87k2qpy85j.fsf@nicolasgoaziou.fr> References: <87pp0izi1f.fsf@nicolasgoaziou.fr> <87h9luzgyd.fsf@nicolasgoaziou.fr> <874mhuze22.fsf@nicolasgoaziou.fr> <87vbaaxvia.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmKf5-0000YO-EU for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 07:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmKf4-0001ch-BH for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 07:56:03 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmKf3-0001ca-U8 for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 07:56:02 -0400 In-Reply-To: (Fabrice Popineau's message of "Wed, 14 Oct 2015 11:47:14 +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" Fabrice Popineau writes: > 2015-10-14 0:18 GMT+02:00 Nicolas Goaziou : > >> Fabrice Popineau writes: >> >> > This is a pity. Things would be more straightforward. >> >> Straightforward for what? Use againframes? Or force label? >> >> > Force label. Having to explicitly state it twice : > > * Frame 1 > :PROPERTIES: > :CUSTOM_ID: foo > :BEAMER_opt: label=foo > :END: > > is not exactly straightforward. The following (crude) patch would > avoid it. I'm not opposed to something like it, but it is no longer related to againframe problem, isn't it? Out of curiosity, why do you need to force a label? > Anyway, the BEAMER_opt label= way of setting the label is not Org-y. It isn't, but it is possible to set labels this way nonetheless, so Org adapts to it. Regards,