From: Nick Dokos <nicholas.dokos@hp.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: [BUG] infinite loop in org-e-latex-link--inline-image (new latex exporter)
Date: Tue, 24 Jan 2012 17:46:06 -0500 [thread overview]
Message-ID: <29164.1327445166@alphaville> (raw)
I hit an infinite loop in org-e-latex.el:org-e-latex-link--inline-image:1326:
,----
| ...
| (while (string-match "\\(wrap\\|multicolumn\\|float\\|placement=\\S-+\\)"
| attr)
| (replace-match "" nil nil attr))
| ...
`----
When given a fourth STRING argument, replace-match returns the result
string as a new string, but does not modify attr. Presumably attr needs
to be set to that result.
Nick
GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 2012-01-24
Org-mode version 7.8.03 (release_7.8.03.229.gb7df)
next reply other threads:[~2012-01-24 22:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 22:46 Nick Dokos [this message]
2012-01-25 12:20 ` [BUG] infinite loop in org-e-latex-link--inline-image (new latex exporter) Nicolas Goaziou
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=29164.1327445166@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=n.goaziou@gmail.com \
/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).