From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: user labels in beamer export Date: Mon, 12 Dec 2016 13:47:29 +0000 Message-ID: <87inqpz2by.fsf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGRSw-0001VB-VX for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 09:20:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGRSt-0002lG-S1 for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 09:20:30 -0500 Received: from mail-ve1eur01on0108.outbound.protection.outlook.com ([104.47.1.108]:63710 helo=EUR01-VE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGRSt-0002kf-I2 for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 09:20:27 -0500 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" To: Emacs Org mode mailing list --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I am having problems trying to use user defined labels in org export to LaTeX (beamer specifically). If I have the following org, #+begin_src org ,#+TITLE: LaTeX export minimal test ,* Intro :PROPERTIES: :CUSTOM_ID: introduction :END: This is the first slide. ,* Summary As we saw on slide [[#introduction]], ... #+end_src I get the following LaTeX generated: #+begin_src latex \begin{frame}[label=3Dintroduction]{Intro} This is the first slide. \end{frame} \begin{frame}[label=3D{sec:orgdc0a2c3}]{Summary} As we saw on slide \ref{sec-1}, \ldots{} \end{frame} #+end_src (elided for size). Note that internally generated labels of the form orgXXXXXX are not generated but instead org generates "sec-1" instead of using \ref{introduction}. I have org-latex-prefer-user-labels set to t. Am I doing something wrong or is this a bug in org? I'm up to date with git version as of a few minutes ago. Thanks, eric =2D-=20 : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.1-125-g93b43e --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlhOqnEACgkQyJGT2P/89n2RuACggy/COQuup8YweAuBGq3paTy/ o7AAn2kZ78AxO4a7P7N7KVHTHOt4lXlP =/hMk -----END PGP SIGNATURE----- --=-=-=--