From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to make clicking on a URL inside of inline randomized footnotes open the url? Date: Sun, 06 Jul 2014 09:15:39 +0200 Message-ID: <87mwcn3qlg.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3gfJ-0002CV-Af for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:15:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3gfB-0002Xp-5a for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:15:13 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:38982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3gfA-0002Qh-Vt for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:15:05 -0400 In-Reply-To: (Grant Rettke's message of "Sat, 5 Jul 2014 13:21:12 -0500") 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" Hello, Grant Rettke writes: > My org is configured to use footnotes that are inline and randomized. > They look like this: > > ,---- > | [fn:7256ed34: http://www.google.com] > `---- > > My goal is to be able to click on the URL and have it open in a web browser. > > This works out of the box for URLs appearing anywhere else. > > How may I enable this feature inside of footnotes? This is not possible at the moment as a consequence of a poor design decision in `org-element-footnote-reference-parser'. I will fix it soon. Regards, -- Nicolas Goaziou