From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Cannot display local images with orgmode under macOS Date: Fri, 13 Sep 2019 07:50:47 -0400 Message-ID: <20190913115047.GA57467@eyeBook> References: <84lfutel4g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49116) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8k6H-0002Pt-A9 for emacs-orgmode@gnu.org; Fri, 13 Sep 2019 07:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8k6G-0006Fa-7W for emacs-orgmode@gnu.org; Fri, 13 Sep 2019 07:50:53 -0400 Received: from mail-qt1-x844.google.com ([2607:f8b0:4864:20::844]:43158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8k6G-0006Cc-2b for emacs-orgmode@gnu.org; Fri, 13 Sep 2019 07:50:52 -0400 Received: by mail-qt1-x844.google.com with SMTP id l22so33443608qtp.10 for ; Fri, 13 Sep 2019 04:50:51 -0700 (PDT) Received: from eyeBook (pool-71-190-192-90.nycmny.fios.verizon.net. [71.190.192.90]) by smtp.gmail.com with ESMTPSA id w126sm12364590qkd.68.2019.09.13.04.50.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Sep 2019 04:50:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <84lfutel4g.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: emacs-orgmode@gnu.org On Thu, Sep 12, 2019 at 02:48:15PM +0200, Marco Wahl wrote: > Hi, > > Orgmode under macOS cannot display local images correctly, but it can display internet images > > without problem. > > 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. > On a mac, latest org and emacs masters, inline images work find Org version: commit 6f32e7af88805441c1261e16f729172639d8b3fa (HEAD -> master, origin/master, origin/HEAD) Abbreviated emacs config output (no imagemagick): What compiler should emacs be built with? clang -O What window system should Emacs use? nextstep What toolkit should Emacs use? none Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use a png library? no Does Emacs use -lrsvg-2? yes Does Emacs use cairo? no Does Emacs use -llcms2? yes Does Emacs use imagemagick? no Does Emacs use -lgmp? yes Does Emacs directly use zlib? yes Does Emacs have dynamic modules support? no Does Emacs use toolkit scroll bars? yes Does Emacs support Xwidgets (requires gtk3)? no