Hello the list,
I try desperately to export an org file to html with imagemagick option (an
not mathjax), and I have this error message:
convert-im6.q16: no images defined `/tmp/orgtexlyqPro.png' @
> error/convert.c/ConvertImageCommand/3258.
> org-compile-file: File "/tmp/orgtexlyqPro.png" wasn’t
I was having the same problem on some latex previews. It seems that
imagemagick expects the file to be in the /tmp/ directory while latex
itself was putting the file in the same directory.
My workaround was to use 'dvisvgm instead of 'imagemagick.
(setq org-preview-latex-default-process 'dvisvgm)