Hi Huy, Huy writes: > inline image display doesn't seem to work for image links with spaces in > them. That's because those images will be inserted as [[file:image%20with%20space.png][file:image with space.png]] and such a string is not recognized by the inline displayer. The attached patch fixes this. Please confirm and also take the time to check that there is no side-effects -- especially wrt the exporter. E.g. this LaTeX command: \includegraphics[width=10em]{image with space.png} will result in a problem, with the string "with space.png" just next to the picture. In any case, it's better to avoid spaces in file names. Thanks for reporting this,