From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: "No link found" on links in drawers Date: Thu, 27 Mar 2014 10:24:21 +0100 Message-ID: <87k3bgro3e.fsf@bzg.ath.cx> References: <2014-03-26T18-31-07@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT6Y3-00050O-R6 for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 05:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT6Xy-00064G-To for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 05:24:31 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:49464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT6Xy-000641-Op for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 05:24:26 -0400 In-Reply-To: <2014-03-26T18-31-07@devnull.Karl-Voit.at> (Karl Voit's message of "Wed, 26 Mar 2014 18:32:48 +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: Karl Voit Cc: news1142@Karl-Voit.at, emacs-orgmode@gnu.org Hi Karl, Karl Voit writes: > I am using custom links like "[[photo:FirstnameLastname.jpg]]" in my > contacts.org. > > Those links stopped working recently. Whenever I try to click or C-c > C-c the link, I get "user-error: No link found". This is a known issue, related to the recent rewrite of `org-open-at-point', which is more careful about handling links only in places where they are properly defined syntacticly-wise. I will provide a workaround for raw links in property drawers and comments, letting org-open-at-point to fall back on `ffap' there. I don't have any good ideas for handling bracket links in property drawers so far. -- Bastien