From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with links whose description looks like a link Date: Thu, 20 Nov 2014 23:39:55 +0100 Message-ID: <87sihd5wec.fsf@nicolasgoaziou.fr> References: <87389fegnf.fsf@gelnhausen.dvs.informatik.tu-darmstadt.de> <87y4r7dyz7.fsf@nicolasgoaziou.fr> <87lhn6cnu5.fsf@gelnhausen.dvs.informatik.tu-darmstadt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XraNe-0001vx-C2 for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 17:39:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XraNX-0005kB-4o for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 17:39:14 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:35484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XraNW-0005jX-Uk for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 17:39:07 -0500 In-Reply-To: <87lhn6cnu5.fsf@gelnhausen.dvs.informatik.tu-darmstadt.de> (Daniel Bausch's message of "Thu, 20 Nov 2014 08:50:42 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Bausch Cc: emacs-orgmode@gnu.org Daniel Bausch writes: > Hmm, ok, I understand the intention regarding the detection and display > of inline images as part of a link description; however, even for inline > images following the link jumps to the target of the outer link and not > the image itself -- as long as inline images are toggled on. Without > showing inline images following the link opens the image regardless of > the original link target. You're right. The current behaviour doesn't make sense. This is fixed in master. Thanks for suggesting it. Regards,