Re: [NTG-context] Problem with urls
On 14 May 2016, at 20:01, Pablo Rodriguez
On 05/14/2016 11:25 AM, Robert Blackstone wrote:
When I process this with mkiv, the urls in AA and CC are active, while in BB it is not. Why?
Hi Robert,
the comma is the problematic character in url:
\setupinteraction[state=start] \starttext \goto{http://a,b.c}[url(http://a,b.c)] \stoptext
I’m afraid this might be a bug.
I had not noticed the comma and, yes, you are right, when I remove the comma I get an active url which opens a page on the desired site but without contents. When I add the comma in the address I get the desired page. I could add this instruction to the footnote but that seems to me to be a bit odd.
And Peter Münster
Workaround: url(http://a\letterpercent2Cb.c)
-- Peter
Incomprehensible for me, this workaround, but it does work ! Thank you both, Best regards, Robert
participants (1)
-
Robert Blackstone