From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: is ascii link format canonical? can it be made more linkifiable? Date: Sat, 10 Feb 2018 14:18:40 +0100 Message-ID: <87lgg1c79r.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekV3D-0000R7-Jq for emacs-orgmode@gnu.org; Sat, 10 Feb 2018 08:18:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekV3C-0002KL-HX for emacs-orgmode@gnu.org; Sat, 10 Feb 2018 08:18:43 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:48321) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekV3C-0002Ij-BT for emacs-orgmode@gnu.org; Sat, 10 Feb 2018 08:18:42 -0500 In-Reply-To: (Samuel Wales's message of "Mon, 5 Feb 2018 21:26:14 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > recent maint. > > org-ascii-links-to-notes is t. > > i am exporting bare links that look in the source like > > http://whatever.com > > 1] seemingly, notes are not created. This is expected. You wouldn't want to create an empty note, would you? > actually i don't mind this, because i don't want notes in this case. > > 2] the links get exported like > > [http://whatever.com] > > i get the same result if i export source that looks like > > > > or > > [[http://whatever.com]] > > i do not know the standard, but i think that some email clients will > not linkify this because of the brackets. are we sure that [] are > canonical? not <>? is it the clients that are wrong? > > can this be customized so that the link can be exported totally bare > without any bracket-like characters for maximum client linkification? I changed it in master. Now, external links are wrapped within angle brackets. Please let me know if it fixes the issue. Regards, -- Nicolas Goaziou