From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-beamer and CUSTOM_ID Date: Thu, 15 Oct 2015 10:37:16 +0200 Message-ID: <87wpuowmrn.fsf@nicolasgoaziou.fr> References: <87pp0izi1f.fsf@nicolasgoaziou.fr> <87h9luzgyd.fsf@nicolasgoaziou.fr> <874mhuze22.fsf@nicolasgoaziou.fr> <87vbaaxvia.fsf@nicolasgoaziou.fr> <87k2qpy85j.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zme0e-0008Dy-4L for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 04:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zme0b-00032k-Ft for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 04:35:34 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zme0b-00032Y-8U for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 04:35:33 -0400 In-Reply-To: (Fabrice Popineau's message of "Wed, 14 Oct 2015 14:18:33 +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: > At some point LaTeX reported an error on some frame heading. > I wrongly inferred it could be the label. It would be nice to investigate about this error, it it persists. > I tried to force my own one and I was surprised CUSTOM_ID was not honoured > as it is in other backends (html). HTML is the exception, not the rule. It obeys to CUSTOM_ID because those are "public", i.e., they may appear as such in a URL. There is no such constraint in, e.g., LaTeX. Anyway, now "ox-beamer" should obey to `org-latex-prefer-user-labels' for custom ID. Regards,