Hello,

Kiwon Um <um.ki...@gmail.com> writes:

> I just noticed that the recent updates regarding the bracket link escaping 
> syntax seem to have an issue.
>
> Does anybody happen to know how to put a pair of [] around a link without 
> using "zero width space" or something similar?
> For example,
> [[[https://somewhere-to-url][My Link]]] does not succeed in exporting to HTML 
> showing "Unable to resolve link: "[https://somewhere-to-url"";.

I don't see any issue here. The "zero width space" is exactly for that
situation. 

But, honestly, the fact that it worked differently in the past is the
real issue. The current interpretation is correct.

> [[https://somewhere-to-url][[My Link]]] is not properly exported; the
> closing bracket "]" is not included in the exported link.

This looks like a different problem. If you want to include the
brackets, you need to escape them, as explained in the ORG-NEWS
document, or in the manual:

  [[https://somewhere-to-url][\[My Link\]]]

Regards,

-- 
Nicolas Goaziou

Reply via email to