My image display problem was fixed with this commit https://github.com/hlissner/doom-emacs/commit/87b7a8da052601c51bc0577484916856364401cb
> On Sep 14, 2019, at 15:43, Marco Wahl <marcowahls...@gmail.com> wrote: > > Hi! > > Thanks all for checking the issue! > >>>>> * The problem >>>>> >>>>> Orgmode under macOS cannot display local images correctly, but >>>>> it can display internet images >>>>> without problem. >>>>> >>>>> I tried both emacs-mac and emacs-plus, they both have this >>>>> image problem. But emacs under >>>>> ArchLinux don’t have this problem. >>>>> >>>>> [[file:xxx.png]] cannot be displayed even the file exists. >>>>> [[./xxx.png]] cannot be displayed even the file exists. >>>>> [[http://example.org/xxx.png]] can be displayed if the link exists. > > Your analysis hints to check the handling of images given by an url > vs. given by file. I think this is something for somewhen else. (At > least I captured a respective task.) > > Regarding the issue about the display of inline images the tests > can be summarized like this: > > | | OS | Emacs | magick | inline images | > | | | | | display | > |-------+-------------+--------+--------+---------------| > | Duan | arch | | | yes | > | Duan | mac | | | no | > | Chuck | mac 10.14.6 | 26.1 | yes | yes | > | Tim | mac 10.14.6 | 26.3 | yes | yes | > | Rick | mac | master | no | yes | > > This is indication that there is an individual issue on Duan's side > AFAICT. > > I highly recommend to blend out the individual configuration and try > again. If the display still fails then provide a concrete minimal > complete example for further invesigation. > > > Thanks all and best regards, > -- > Marco