From mboxrd@z Thu Jan 1 00:00:00 1970 From: garjola@garjola.net Subject: Bug in latex export figure labels? Date: Fri, 16 Oct 2015 18:21:11 +0200 Message-ID: <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]:43991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn7ki-0000sd-Db for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn7kf-0004HX-8P for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:21:08 -0400 Received: from 4.mo6.mail-out.ovh.net ([87.98.184.159]:36109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn7kf-0004Gm-1x for emacs-orgmode@gnu.org; Fri, 16 Oct 2015 12:21:05 -0400 Received: from mail617.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo6.mail-out.ovh.net (Postfix) with SMTP id 4CB81FFB25C for ; Fri, 16 Oct 2015 18:21:03 +0200 (CEST) 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: emacs-orgmode@gnu.org Hi, 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? Thank you. Garjola -- Dr. Dindi Dad, Philosopher, Hacker