From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Re: ox-beamer and CUSTOM_ID Date: Thu, 15 Oct 2015 18:54:48 +0200 Message-ID: References: <87pp0izi1f.fsf@nicolasgoaziou.fr> <87h9luzgyd.fsf@nicolasgoaziou.fr> <874mhuze22.fsf@nicolasgoaziou.fr> <87vbaaxvia.fsf@nicolasgoaziou.fr> <87k2qpy85j.fsf@nicolasgoaziou.fr> <87wpuowmrn.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b41904b9aed610522278ac7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmlo5-0005A9-Op for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 12:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmlo4-0003VP-RV for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 12:55:09 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:34615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmlo4-0003Uy-LJ for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 12:55:08 -0400 Received: by obbda8 with SMTP id da8so70280879obb.1 for ; Thu, 15 Oct 2015 09:55:08 -0700 (PDT) In-Reply-To: <87wpuowmrn.fsf@nicolasgoaziou.fr> 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 , "emacs-orgmode@gnu.org" --047d7b41904b9aed610522278ac7 Content-Type: text/plain; charset=UTF-8 2015-10-15 10:37 GMT+02:00 Nicolas Goaziou : > 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. > > Beamer is very bad at reporting errors at their true origin. Actually, I had 2 errors. First all my Org->TeX files use Babel, and they doesn't seem to cope well with colons in labels. (org-lint even reports about it) Unfortunately, the default naming scheme for internal labels is using colons. Hence I wanted to use my own labels. (Actually, I don't understand what prevents "beamer 2015/01/05 3.36" to use colons in labels. I thought that this problem has been solved around beamer 3.30.) The other error was elsewhere in the slide and it is a separate issue. Actually I had A_{}_{i+1} somewhere. Unfortunately, it is quite easy to enter such stuff in Org mode with the right edit sequence (I need to pick this sequence and report about it). When the result is displayed (well, at least in my setup), you don't see the double subscript any more. It is displayed the same way A_{i+1} is. You need to erase everything and retype it. Or turn off the sub/superscript option (?). Anyway, now "ox-beamer" should obey to `org-latex-prefer-user-labels' > for custom ID. > Thanks! Regards, Fabrice --047d7b41904b9aed610522278ac7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable