From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How to display the image for links whose description is an image? Date: Tue, 05 Nov 2013 09:15:58 +0100 Message-ID: References: <8738nbhjiy.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vdbnz-0001E6-Ei for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 03:16:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vdbnr-0004u5-6G for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 03:16:07 -0500 In-reply-to: <8738nbhjiy.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-org list Hi Bastien, bzg@gnu.org writes: > Hi Alan, > > Alan Schmitt writes: > >> Is there a way to display images for links whose description is an >> image? If I have a link of the form: >> >> [[http://www.google.com/][file:images/Google_Logo.png]] >> >> and when I try to "org-display-inline-images" on it, it tells me there >> is no image to display. > > I tried with M-x org-toggle-inline-images RET and it seems to work: > > https://vimeo.com/78580390 Yes, it was changed with commit cebf7d012dd17f58650f9867dd41ee99735c7fb5 (on October 31st). Alan