From: garjola@garjola.net
To: emacs-orgmode@gnu.org
Subject: Bug in latex export figure labels?
Date: Fri, 16 Oct 2015 18:21:11 +0200 [thread overview]
Message-ID: <8737xapyx4.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> (raw)
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
next reply other threads:[~2015-10-16 16:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-16 16:21 garjola [this message]
2015-10-16 16:26 ` Bug in latex export figure labels? Nicolas Goaziou
2015-10-16 20:28 ` Andreas Leha
2015-10-16 20:33 ` Rasmus
2015-10-16 21:30 ` garjola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8737xapyx4.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me \
--to=garjola@garjola.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).