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 22:52:37 +0200 Message-ID: <874mhuze22.fsf@nicolasgoaziou.fr> References: <87pp0izi1f.fsf@nicolasgoaziou.fr> <87h9luzgyd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm6XA-0004UI-Ln for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 16:50:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm6X9-0007Vu-Tu for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 16:50:56 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:52714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm6X9-0007VU-Nr for emacs-orgmode@gnu.org; Tue, 13 Oct 2015 16:50:55 -0400 In-Reply-To: (Fabrice Popineau's message of "Tue, 13 Oct 2015 21:58:24 +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: > This time , I'm the one who is puzzled: > what is the point in naming the link "foo" and getting sec:orgheadline1 > instead? :-) > > If you add :BEAMER_OPT: label=foo > to the properties of the first frame, then you get the foo label. > But that doesn't seem very obvious to me. Why not taking directly the > CUSTOM_ID label ? Because CUSTOM_ID's value may contain forbidden characters in LaTeX, e.g., "%". See also `org-latex-prefer-user-labels', which is not implemented in Beamer, since BEAMER_OPT can already force a value for label. Regards,