From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Add custom bare link syntax for intranet Date: Tue, 21 Jun 2016 23:28:35 +0200 Message-ID: <87lh1y9qpo.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFTDw-00033a-7Y for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 17:28:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFTDv-0005hj-Fc for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 17:28:44 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFTDv-0005hb-8t for emacs-orgmode@gnu.org; Tue, 21 Jun 2016 17:28:43 -0400 In-Reply-To: (Joe Schafer's message of "Sun, 19 Jun 2016 07:00:30 +0000") 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" To: Joe Schafer Cc: emacs-orgmode@gnu.org Joe Schafer writes: > How can I linkify the following intranet links in org-mode? > > intra/link1-description > code/description > > By linkify, I mean the links should be fontified and clickable in org-mode. > > I don't want to add a custom link handler like `intra:` because I often > copy and paste links from the intranet. You cannot, at least without rewriting how Org handles links. However, I don't think how having "intra:" prefix is a burden, since you can easily add it automatically with a function. Regards, -- Nicolas Goaziou