From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: display org-link url Date: Fri, 29 Jan 2016 10:50:07 -0500 Message-ID: <87bn84mllc.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPBJq-0007K2-LQ for emacs-orgmode@gnu.org; Fri, 29 Jan 2016 10:50:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPBJn-0002nG-Fu for emacs-orgmode@gnu.org; Fri, 29 Jan 2016 10:50:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:39123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPBJn-0002mt-8f for emacs-orgmode@gnu.org; Fri, 29 Jan 2016 10:50:39 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aPBJY-00083X-9X for emacs-orgmode@gnu.org; Fri, 29 Jan 2016 16:50:24 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jan 2016 16:50:24 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jan 2016 16:50:24 +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: emacs-orgmode@gnu.org Satoru KURASHIKI writes: > hi, > > Are there any good way/settings to display org-link's url easily? > > I'm happy if I can see them in minibuffer putting cursor on the org-link. > (like pointing urls on web browsers may show urls in statusbar) > Another method: typing C-u C-x = somewhere inside the link shows you the text properties of the character under the cursor. Characters in links have a couple of extra text properties: help-echo "LINK: file:my-theme.el" htmlize-link (:uri "file:my-theme.el") which show the referent of the link. -- Nick