[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Cannot display local images with orgmode under macOS
From: |
Berry, Charles |
Subject: |
Re: [O] Cannot display local images with orgmode under macOS |
Date: |
Thu, 12 Sep 2019 17:02:00 +0000 |
> On Sep 12, 2019, at 5:48 AM, Marco Wahl <address@hidden> wrote:
>
> Hi,
>
>> * 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.
>>
>> Emacs can display any images with C-x C-f xxx.png. The problem happens
>> only with orgmode.
>>
>> * The reason
>>
>> After bisecting org-mode source code I found out that this commit causes
>> the problem:
>>
>>
>> https://code.orgmode.org/bzg/org-mode/commit/48da60f47a77f4b99b4160fa620f258896ff4da3
>>
>> Reverting to previous commit fixes the problem.
>
> Gaa! Looks like I did this. With the commit one should be able to see
> inline images also in the case when Emacs has been build without
> imagemagick support, at least for newer Emacsens in the 27 line.
>
> Unfortunately I don't have a Mac and cannot examine the behavior you
> describe AFAICS.
>
> Hopefully a Org community member with access to a Mac can have a look.
>
>
I just updated org, I can see the offending commit.
After refreshing, I have no problems toggling display of inline images.
I have imagemagick and dvipng installed.
MacOS 10.14.6, Emacs 26.1, org release_9.2.6-534-g6f32e7
Is there anything else I can tell you?
HTH,
Chuck