Re: [Orgmode] Tilde in URL not exported to latex

2010-10-21 Thread Stephen Eglen
chris.m.mal...@gmail.com wrote: > I recently experienced this issue while adding a reference in a beamer > presentation using org-mode. It isn't elegant, but my workaround was to use \ > sim instead of the tilde character, at least for what is actually displayed in > the document - you will still

Re: [Orgmode] Tilde in URL not exported to latex

2010-10-20 Thread chris . m . malone
Hi Stephen, I recently experienced this issue while adding a reference in a beamer presentation using org-mode. It isn't elegant, but my workaround was to use \sim instead of the tilde character, at least for what is actually displayed in the document - you will still need to use tilde for

[Orgmode] Tilde in URL not exported to latex

2010-10-20 Thread Stephen Eglen
With the following file (a.tex): * Intro This is an example file that I would like to export Note that the URL has a tilde in it. http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html --