From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhengyu Duan Subject: Re: Cannot display local images with orgmode under macOS Date: Fri, 27 Sep 2019 18:30:27 +0800 Message-ID: <202BD2E8-A449-4BA1-B39E-C08AFBAFC592@njuopen.com> References: <84lfutel4g.fsf@gmail.com> <7F7E3243-9147-4F74-B4FC-4E956F94FF3D@ucsd.edu> <87pnk4lskr.fsf@gmail.com> <84y2yriaqu.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36456) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDqMH-0004Xm-Qx for emacs-orgmode@gnu.org; Fri, 27 Sep 2019 09:32:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDqMA-0001oJ-Eo for emacs-orgmode@gnu.org; Fri, 27 Sep 2019 09:32:24 -0400 Received: from mail-pl1-x641.google.com ([2607:f8b0:4864:20::641]:39119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDqM6-0001o0-5G for emacs-orgmode@gnu.org; Fri, 27 Sep 2019 09:32:19 -0400 Received: by mail-pl1-x641.google.com with SMTP id s17so1101656plp.6 for ; Fri, 27 Sep 2019 06:32:16 -0700 (PDT) In-Reply-To: <84y2yriaqu.fsf@gmail.com> 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: Marco Wahl Cc: emacs-orgmode@gnu.org My image display problem was fixed with this commit = https://github.com/hlissner/doom-emacs/commit/87b7a8da052601c51bc057748491= 6856364401cb > On Sep 14, 2019, at 15:43, Marco Wahl wrote: >=20 > Hi! >=20 > Thanks all for checking the issue! >=20 >>>>> * 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 = exists. >=20 > 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.) >=20 > Regarding the issue about the display of inline images the tests > can be summarized like this: >=20 > | | 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 | >=20 > This is indication that there is an individual issue on Duan's side > AFAICT. >=20 > 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. >=20 >=20 > Thanks all and best regards, > --=20 > Marco