From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Cannot display local images with orgmode under macOS Date: Sat, 14 Sep 2019 09:43:21 +0200 Message-ID: <84y2yriaqu.fsf@gmail.com> References: <84lfutel4g.fsf@gmail.com> <7F7E3243-9147-4F74-B4FC-4E956F94FF3D@ucsd.edu> <87pnk4lskr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57584) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i92dY-0002Zh-Ee for emacs-orgmode@gnu.org; Sat, 14 Sep 2019 03:38:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i92dX-0008LK-Fc for emacs-orgmode@gnu.org; Sat, 14 Sep 2019 03:38:28 -0400 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:33735) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i92dX-0008KG-7W for emacs-orgmode@gnu.org; Sat, 14 Sep 2019 03:38:27 -0400 Received: by mail-wm1-x336.google.com with SMTP id r17so3373026wme.0 for ; Sat, 14 Sep 2019 00:38:26 -0700 (PDT) In-Reply-To: <87pnk4lskr.fsf@gmail.com> (Tim Cross's message of "Fri, 13 Sep 2019 14:37:40 +1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Tim Cross , Zhengyu Duan , "Berry, Charles" , Rick Frankel Cc: emacs-orgmode@gnu.org Hi! Thanks all for checking the issue! >>>> * The problem >>>>=20 >>>> Orgmode under macOS cannot display local images correctly, but >>>> it can display internet images >>>> without problem. >>>>=20 >>>> I tried both emacs-mac and emacs-plus, they both have this >>>> image problem. But emacs under >>>> ArchLinux don=E2=80=99t have this problem. >>>>=20 >>>> [[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 ex= ists. 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, --=20 Marco