From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Penny Subject: Re: Long links Date: Sat, 4 Jan 2020 15:58:26 -0600 Message-ID: References: <5e0911cd.1c69fb81.3d5f3.0029@mx.google.com> <87mubazht9.fsf@nicolasgoaziou.fr> <87woa7uneq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35893) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inrR8-0006Xe-ND for emacs-orgmode@gnu.org; Sat, 04 Jan 2020 16:58:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inrR7-0008NG-GF for emacs-orgmode@gnu.org; Sat, 04 Jan 2020 16:58:22 -0500 Received: from mail-yb1-xb29.google.com ([2607:f8b0:4864:20::b29]:35852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1inrR7-0008L8-9U for emacs-orgmode@gnu.org; Sat, 04 Jan 2020 16:58:21 -0500 Received: by mail-yb1-xb29.google.com with SMTP id w126so18455906yba.3 for ; Sat, 04 Jan 2020 13:58:21 -0800 (PST) In-Reply-To: <87woa7uneq.fsf@nicolasgoaziou.fr> 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: Steven Penny , emacs-orgmode@gnu.org Cc: mail@nicolasgoaziou.fr On Sat, Jan 4, 2020 at 11:44 AM Nicolas Goaziou wrote: > In a recent manual, the section "Link format" starts with: > > Org recognizes plain URIs, possibly wrapped within angle > brackets[fn:23], and activate them as clickable links. > > The example I gave you is an angle link. Yes, I do see that documentation now. I also see this: > [fn:23] Plain URIs are recognized only for a well-defined set of schemes. See > External Links. Unlike URI syntax, they cannot contain parenthesis or white > spaces, either. URIs within angle brackets have no such limitation. https://github.com/bzg/org-mode/blob/master/doc/org-manual.org#footnotes However what is troubling is that in both of these pages: - https://github.com/bzg/org-mode/blob/master/doc/org-guide.org - https://github.com/bzg/org-mode/blob/master/doc/org-manual.org not a single example is provided of this syntax. Perhaps one could be added for clarity?