From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Corneli Subject: Re: Bug: link beginning with parenthesis doesn't work [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)] Date: Thu, 20 Apr 2017 22:46:29 +0100 Message-ID: References: <871ssnqjh6.fsf@gmail.com> <878tmu6fe0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1JuJ-0005OU-LG for emacs-orgmode@gnu.org; Thu, 20 Apr 2017 17:46:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1JuI-0001Xw-SA for emacs-orgmode@gnu.org; Thu, 20 Apr 2017 17:46:31 -0400 Received: from mail-ua0-x22e.google.com ([2607:f8b0:400c:c08::22e]:35056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1JuI-0001Xi-MF for emacs-orgmode@gnu.org; Thu, 20 Apr 2017 17:46:30 -0400 Received: by mail-ua0-x22e.google.com with SMTP id f10so65356442uaa.2 for ; Thu, 20 Apr 2017 14:46:30 -0700 (PDT) In-Reply-To: <878tmu6fe0.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: Nicolas Goaziou Cc: Org-mode mailing list On Thu, Apr 20, 2017 at 8:35 PM, Nicolas Goaziou > Joe Corneli writes: >> Debugger entered--Lisp error: (error "No match for coderef: like this") > > The error message should give you the answer. Links within parenthesis > denote "coderefs". See (info "(org) Literal examples"). > > [[file:~/test.tex::(like%20this)]] means to refer to a coderef (like > this) in the file "test.tex". In my opinion, capture and/or search should do something different for text beginning "(" and ending with ")", when this text is a link target that is not within a code block. The docs say: "In literal examples, Org will interpret strings like =E2=80=98(ref:name)= =E2=80=99 as labels" But the text (like this) in my example wasn't inside of a code block, nor was it presented as (ref:like this). Joe