From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: How to get the link the point is on? Date: Thu, 25 Sep 2014 23:50:38 +0200 Message-ID: <87k34rmksx.fsf@gmail.com> References: <8761gb8lq2.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXGwK-0003wT-B8 for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 17:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXGwE-0004RQ-8e for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 17:51:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:33057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXGwE-0004Pz-2T for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 17:50:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XXGw5-0004kg-5Q for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 23:50:49 +0200 Received: from e178062055.adsl.alicedsl.de ([85.178.62.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 23:50:49 +0200 Received: from tjolitz by e178062055.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 23:50:49 +0200 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-orgmode@gnu.org Marcin Borkowski writes: > Hi list, > > my question is as in subject. It is done by org-open-at-point > (somehow), but the logic seems to be buried in that function. What I'd > like to have is a function that would just extract the link portion > (which is normally invisible) and displayed it in the echo area > (something like hovering over a link in a web browser). > > I skimmed through org.el, and either I couldn't find a function which > does it, or this email is a feature request;). you know about ,----[ C-h f org-toggle-link-display RET ] | org-toggle-link-display is an interactive compiled Lisp function in | `org.el'. | | It is bound to , | . | | (org-toggle-link-display) | | Toggle the literal or descriptive display of links. `---- ? -- cheers, Thorsten