emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [BUG] infinite loop in org-e-latex-link--inline-image (new latex exp


From: Nick Dokos
Subject: [O] [BUG] infinite loop in org-e-latex-link--inline-image (new latex exporter)
Date: Tue, 24 Jan 2012 17:46:06 -0500

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]