I am trying to display images in org files. I have used links such as
[[file:~/path/to/image.png]]
When I click on the link, it gives me another buffer in which there are only symbols. When I put the cursor on the link and type C-c C-x C-v
, there is an error message in the minibuffer saying
No images to display inline
I tried to enable iimage-mode
but it didn't work either. So, I wonder if there is a problem with the org version installed with Emacs (I am using Emacs 24.4 with Org 8.2.10 and I am on Windows) or is there any configuration that I should do?