[NTG-context] \goto and email

2009-06-11 Thread Vyatcheslav Yatskovsky
Hello, I have success with \goto instead of \useURL. Actually, I like \goto even more, because it is more simple. \goto{http://url.com/index.html}[url(http://url.com/index.html)] My question is: how to mark a email in this way? (So that clicking on it opened mail client) Best, Vyactheslav

Re: [NTG-context] \goto and email

2009-06-11 Thread Joel C. Salomon
Vyatcheslav Yatskovsky wrote: I have success with \goto instead of \useURL. Actually, I like \goto even more, because it is more simple. \goto{http://url.com/index.html}[url(http://url.com/index.html)] My question is: how to mark a email in this way? (So that clicking on it opened mail

Re: [NTG-context] \goto and email

2009-06-11 Thread Vyatcheslav Yatskovsky
Excellent! Thank you, Joel! Vyatcheslav Look into the ?mailto? URL type, e.g., \goto{mailto:y...@mail.net}[url(mailto:y...@mail.net)] Seehttp://www.outfront.net/tutorials_02/adv_tech/mailto.htm for more on this.