From unknown Wed Jun 25 10:49:55 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#7980 <7980@debbugs.gnu.org> To: bug#7980 <7980@debbugs.gnu.org> Subject: Status: Org links does not allow () - at least http links can contain that Reply-To: bug#7980 <7980@debbugs.gnu.org> Date: Wed, 25 Jun 2025 17:49:55 +0000 retitle 7980 Org links does not allow () - at least http links can contain = that reassign 7980 emacs,org-mode submitter 7980 Lennart Borgman severity 7980 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 04 07:51:15 2011 Received: (at submit) by debbugs.gnu.org; 4 Feb 2011 12:51:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PlL86-000341-KS for submit@debbugs.gnu.org; Fri, 04 Feb 2011 07:51:14 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PlL84-00033o-6Z for submit@debbugs.gnu.org; Fri, 04 Feb 2011 07:51:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlLGI-0002Ud-GO for submit@debbugs.gnu.org; Fri, 04 Feb 2011 07:59:43 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:56602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlLGI-0002UV-EN for submit@debbugs.gnu.org; Fri, 04 Feb 2011 07:59:42 -0500 Received: from [140.186.70.92] (port=40690 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlLGH-00065b-2a for bug-gnu-emacs@gnu.org; Fri, 04 Feb 2011 07:59:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlLGD-0002Tk-CD for bug-gnu-emacs@gnu.org; Fri, 04 Feb 2011 07:59:40 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:43519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlLGD-0002Ta-6o for bug-gnu-emacs@gnu.org; Fri, 04 Feb 2011 07:59:37 -0500 Received: by ewy27 with SMTP id 27so1158018ewy.0 for ; Fri, 04 Feb 2011 04:59:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=tC8aQq2RIkpvf7Hqcbe+1RY1/+Gw4J4ocmbTw1p1O7c=; b=gEFd1imUjMNyuZ/pmvBNjLIr4BtTCttLfEKfnyCNOTRKjGgeRcH+R8ZH/TNgz2rPlk CKc29ITNJxRwuFZSN3IIZ/9/mY1OXn0D/noBv8ehh4mYYk0F7EmrqenfR7xq2fX4JFeJ fg7Q5okL8/wRoPzWOOrjI89k2aRbEMFy+6FWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=xLuzi8DsBKQEBM3jhOPR2dAua4QhDi3Isl4X39UK511equ6Wg/Fr/Vv/+mxuHH5yl9 b4Vm4pf4Tp2jrBqQXEvr54GrMeg/jTmhNvhWVIaQDjzZeHJcK4v/zrCunUyw9+CZ7KDL O00ohUv9Ayio2LfiTj+f611/s6AV2CuXx/pLc= Received: by 10.213.32.143 with SMTP id c15mr15086153ebd.67.1296824167704; Fri, 04 Feb 2011 04:56:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.13.20 with HTTP; Fri, 4 Feb 2011 04:55:47 -0800 (PST) From: Lennart Borgman Date: Fri, 4 Feb 2011 13:55:47 +0100 Message-ID: Subject: Org links does not allow () - at least http links can contain that To: Emacs Bugs , Carsten Dominik Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) In `org-make-link-regexps' the characters "()" are excluded in `org-plain-link-re'. Is not that wrong at least for http links? From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 17:19:16 2017 Received: (at 7980) by debbugs.gnu.org; 4 Dec 2017 22:19:16 +0000 Received: from localhost ([127.0.0.1]:46074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLz52-0000Wo-6p for submit@debbugs.gnu.org; Mon, 04 Dec 2017 17:19:16 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLz50-0000Wg-NX for 7980@debbugs.gnu.org; Mon, 04 Dec 2017 17:19:15 -0500 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 87812A80C0; Mon, 4 Dec 2017 23:19:12 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1eLz4y-0006e6-Gj; Mon, 04 Dec 2017 23:19:12 +0100 From: Nicolas Goaziou To: Lennart Borgman Subject: Re: bug#7980: Org links does not allow () - at least http links can contain that In-Reply-To: (Lennart Borgman's message of "Fri, 4 Feb 2011 13:55:47 +0100") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Date: Mon, 04 Dec 2017 23:19:12 +0100 Message-ID: <87shcq9lwf.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 7980 Cc: 7980@debbugs.gnu.org, carsten.dominik@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hello, Lennart Borgman writes: > In `org-make-link-regexps' the characters "()" are excluded in > `org-plain-link-re'. Is not that wrong at least for http links? This is not accurate, but usually Org plain links are used when jolting down notes, as in the following example: Visit the Org mode site (http://orgmode.org) Including "()" in the link could get in the way. IMO, the trade-off is acceptable. Besides, you can use other link types (angle and brackets) for URL with parenthesis. WDYT? Regards, -- Nicolas Goaziou 0x80A93738 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 03 09:55:54 2018 Received: (at control) by debbugs.gnu.org; 3 Jan 2018 14:55:54 +0000 Received: from localhost ([127.0.0.1]:34473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWkSQ-0000ak-Av for submit@debbugs.gnu.org; Wed, 03 Jan 2018 09:55:54 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:49536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eWkSO-0000ac-H0 for control@debbugs.gnu.org; Wed, 03 Jan 2018 09:55:52 -0500 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id DC9AC172095 for ; Wed, 3 Jan 2018 15:55:51 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1eWkSN-0002Ft-6Q for control@debbugs.gnu.org; Wed, 03 Jan 2018 15:55:51 +0100 To: control@debbugs.gnu.org From: Nicolas Goaziou Subject: control message for bug #7980 Message-Id: Date: Wed, 03 Jan 2018 15:55:51 +0100 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) close 7980 25.3 From unknown Wed Jun 25 10:49:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Feb 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator