emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Underscores in HTML Exported URLs get backslashes added


From: Bernt Hansen
Subject: [Orgmode] Re: Underscores in HTML Exported URLs get backslashes added
Date: Thu, 10 Feb 2011 04:26:59 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Jonathan Arkell <address@hidden> writes:

> Hi list
>
> I am having a problem, and my google-fu is a little weak in finding the 
> solution.  Whenever I do an HTML export of an org-page if a URL contains 
> underscores in it it will be exported escaped with a backslash in the text of 
> the url.
>
> For instance if I have an org buffer:
>
> ** Some foo title for context
>
> this is an url:  http://somefoo.com/this_is_broken
>
>
>
> Will get exported to:
>
> <h2 id="sec-2"> Some foo title for context </h2>
> <p> this is an url:  <a 
> href="http://somefoo.com/this_is_broken";>http://somefoo.com/this\_is\_broken</a></p>
>
>
> Does anyone have any idea what is going on?

Hi Jonathan,

Just wrap the http:// ... in [[ ]] as in
[[http://somefoo.com/this_is_broken]]

Regards,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]