From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Links with images as description are not displayed inline in Emacs [9.2.1 (9.2.1-23-g126a37-elpa @ c:/msys64/mingw64/share/emacs/26.1/site-lisp/elpa/org-9.2.2/)] Date: Fri, 22 Feb 2019 15:16:56 +0100 Message-ID: <87wolr29if.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxBdR-0001MX-3m for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 09:17:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxBdQ-0000WY-0c for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 09:17:05 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:60523) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxBdP-0000LO-Nb for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 09:17:03 -0500 In-Reply-To: (Dietrich Foethke's message of "Thu, 21 Feb 2019 15:05:50 +0100") 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: Dietrich Foethke Cc: emacs-orgmode@gnu.org Hello, "Dietrich Foethke" writes: > suppose I create an org file and I would like to insert a link to a > foreign website called "http://www.mypage.org" with an image as > description. For the image I use the local image "images/example.jpg". > The corresponding line in org would read: > > [[http://www.mypage.org][file:images/example.jpg]] > > Now I want to display all images inline in my org buffer and type C-x C-v>. The image example.jpg will not be displayed inline. Instead I > do only see the line > > file:images/example.jpg > > If I swap the link and the description like this > > [[file:images/example.jpg][http://www.mypage.org]] > > the image is displayed inline. Fixed. Thank you. Regards, -- Nicolas Goaziou