emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Tilde in URL not exported to latex
@ 2010-10-20 19:02 Stephen Eglen
  2010-10-20 19:14 ` chris.m.malone
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Eglen @ 2010-10-20 19:02 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: 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

------------------------------------------------------------

When I do "C-c C-e d" in this buffer, the latex -> pdf exporter displays
a pdf, but I see that the tilde in the URL appears above the following
character (l).  If I click on the link it works just fine and takes me
to the page.

In the tex file, I see it has been exported as:

  \href{http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html}
{http://www.stat.uni-muenchen.de/\~leisch/Sweave/FAQ.html}

(my line breaking added). Is the above expected behaviour?  Do I have to
mark up my URLs differently?  Org mode recognises it as a url, judging
by the font locking.



I often use url to format URLs, i.e. this works just fine:
  \url{http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html}

Thanks, Stephen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-21 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-20 19:02 Tilde in URL not exported to latex Stephen Eglen
2010-10-20 19:14 ` chris.m.malone
2010-10-21 15:21   ` Stephen Eglen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).