From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] Doors links Date: Mon, 17 Jan 2011 19:23:46 +0100 (CET) Message-ID: <20110117182346.C304046625@myhost.localdomain> References: <80lj2kblkx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PetkT-0007OD-Ir for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 13:24:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PetkG-0000Gd-UD for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 13:24:10 -0500 Received: from mail-fx0-f67.google.com ([209.85.161.67]:48467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PetkG-0000GC-M6 for emacs-orgmode@gnu.org; Mon, 17 Jan 2011 13:24:00 -0500 Received: by fxm17 with SMTP id 17so2273195fxm.6 for ; Mon, 17 Jan 2011 10:23:59 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 542 (http://patchwork.newartisans.com/patch/542/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C80lj2kblkx.fsf%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Doors links > Date: Mon, 17 Jan 2011 02:11:26 -0000 > From: =?utf-8?b?VmluY2VudCBCZWxhw69jaGUgPHZpbmNlbnQuYi4xQGhvdG1haWwuZnI+?= > X-Patchwork-Id: 542 > Message-Id: <80lj2kblkx.fsf@gmail.com> > To: mail@christianmoe.com, Org mode > Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= > > > Date: Fri, 14 Jan 2011 23:18:21 +0100 > > From: mail@christianmoe.com > > To: emacs-orgmode@gnu.org > > Subject: Re: [Orgmode] Doors links > > > > Hi, > > > > Try these: > > > > [[info:org:Link abbreviations]] > > > > [[info:org:Adding%20hyperlink%20types][info:org:Adding hyperlink types]] > > > > Yours, > > Christian > > > [...] > > Thanks, I will try that ! I think that the trick deserves a forward link > in the documentation. I made a patch to the doc, attached. > > Vincent. > > > diff --git a/doc/org.texi b/doc/org.texi > index 4d696ae..96e2e50 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -3093,6 +3093,8 @@ elisp:org-agenda @r{Interactive Elisp command} > elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate} > @end example > > +For customizing Org to add new link types @ref{Adding hyperlink types}. > + > A link should be enclosed in double brackets and may contain a > descriptive text to be displayed instead of the URL (@pxref{Link > format}), for example: >