[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: link beginning with parenthesis doesn't work [9.0.5 (releas
From: |
Joe Corneli |
Subject: |
Re: [O] 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 |
On Thu, Apr 20, 2017 at 8:35 PM, Nicolas Goaziou
> Joe Corneli <address@hidden> 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 ‘(ref:name)’ 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