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