From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug in latex export figure labels? Date: Fri, 16 Oct 2015 18:26:28 +0200 Message-ID: <87a8rieq4r.fsf@nicolasgoaziou.fr> References: <8737xapyx4.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn7oF-00043a-Am for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn7oE-0005s9-A7 for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:24:47 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:59973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn7oE-0005rx-4A for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:24:46 -0400 In-Reply-To: <8737xapyx4.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> (garjola@garjola.net's message of "Fri, 16 Oct 2015 18:21:11 +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: garjola@garjola.net Cc: emacs-orgmode@gnu.org Hello, garjola@garjola.net writes: > I am having issues when exporting to LaTeX using labels in figures. The > following snippet > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >> #+CAPTION: Comparison > >> #+NAME: fig:irreg2 > >> #+attr_latex: :width 0.9\textwidth :placement [H] > >> [[file:irregular_red.png]] > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > gets exported as (see the label) > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >> \begin{figure}[H] > >> \centering > >> \includegraphics[width=0.9\textwidth]{irregular_red.png} > >> \caption{\label{fig:orgparagraph1} > >> Comparison} > >> \end{figure} > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > instead of > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >> \begin{figure}[H] > >> \centering > >> \includegraphics[width=0.9\textwidth]{irregular_red.png} > >> \caption{\label{fig:irreg2}Comparison} > >> \end{figure} > >> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > > I noticed this when updating the melpa package to the latest one. Using > the git repository I have tried several versions of org-mode and the > "bug" was introduced between release 8.2.9 and release 8.3. > > Since I am a little bit surprised that this has not been noticed, I am > reluctant to say that this is a bug, but the same file gets exported > differently with these 2 releases. > > I have also tried to change +NAME to +LABEL and the result is the same. > > Am I doing something wrong? This is a feature. See `org-latex-prefer-user-labels'. Regards, -- Nicolas Goaziou