In an Emacs org-mode file, when I click on a PDF the file opens in a PDF viewer. Similarly, when I click on a URL it opens in a web browser. But when I click on a path to an image file, the byte stream opens as text in the editor. How do I configure Emacs/org-mode to open images with a specified application, say an image editor or a browser?
|
feedback
|
|
In org-mode, this is It is configured by default to :
As said in org-file-apps help : You may have image file extension configured in auto-mode-alist. You could override this alist by doing something like this in your .emacs (for example, for png files) :
With this code, when I click on a link like this :
It opens the file outside emacs, using the default OS program associated to this file extension. You don't have to change | ||||
feedback
|
|
It depends a bit on what operating system you use, but it should be configurable with
Look at the variables | |||
|
feedback
|
F1 v org-file-apps– J.F. Sebastian Oct 20 '10 at 0:51