From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Penny Subject: Long links Date: Sun, 29 Dec 2019 12:51:25 -0800 (PST) Message-ID: <5e0911cd.1c69fb81.3d5f3.0029@mx.google.com> Content-Type: text/plain; charset=utf8 Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56731) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilfX9-000609-2i for emacs-orgmode@gnu.org; Sun, 29 Dec 2019 15:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilfX7-0006D9-4A for emacs-orgmode@gnu.org; Sun, 29 Dec 2019 15:51:30 -0500 Received: from mail-ot1-x336.google.com ([2607:f8b0:4864:20::336]:35952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilfX6-000688-U3 for emacs-orgmode@gnu.org; Sun, 29 Dec 2019 15:51:29 -0500 Received: by mail-ot1-x336.google.com with SMTP id 19so31280147otz.3 for ; Sun, 29 Dec 2019 12:51:27 -0800 (PST) Received: from Steven-PC ([2605:6000:7fc0:12:ac34:24e7:beff:6651]) by smtp.gmail.com with ESMTPSA id c11sm1834oth.81.2019.12.29.12.51.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Dec 2019 12:51:25 -0800 (PST) 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: emacs-orgmode@gnu.org Sometimes I will have to deal with a long link, like this: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf I prefer to wrap long links if possible. This is allowed with reStructuredText: lastIndexOf_ .. _lastIndexOf: https://developer.mozilla.org/docs/Web/JavaScript/ Reference/Global_Objects/String/lastIndexOf and also with AsciiDoc via link syntax: link:++https://developer.mozilla.org/docs/Web/JavaScript/Reference/ Global_Objects/String/lastIndexOf++[lastIndexOf] or variable syntax: :js: https://developer.mozilla.org/docs/Web/JavaScript/Reference {js}/Global_Objects/String/lastIndexOf Does Org Mode have some way to deal with this?