From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: How to display the image for links whose description is an image? Date: Fri, 11 Oct 2013 16:07:52 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdNn-0001cl-RD for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 10:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUdNg-0002q4-Dl for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 10:07:59 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:14422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdNg-0002ol-7x for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 10:07:52 -0400 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: emacs-org list Hello, Is there a way to display images for links whose description is an image? If I have a link of the form: --8<---------------cut here---------------start------------->8--- [[http://www.google.com/][file:images/Google_Logo.png]] --8<---------------cut here---------------end--------------->8--- and when I try to "org-display-inline-images" on it, it tells me there is no image to display. Thanks, Alan