From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Underscores in HTML Exported URLs get backslashes added Date: Thu, 10 Feb 2011 14:04:57 +0100 Message-ID: <877hd8rqfa.fsf@gnu.org> References: <70EEB780-5CD2-4299-93E0-932951CF3B32@criticalmass.com> <871v3gck9o.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49980 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnWCi-0001eM-Ox for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 08:05:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnWCb-0005CF-BB for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 08:04:54 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:63327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnWCb-0005Bs-2J for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 08:04:53 -0500 Received: by bwz16 with SMTP id 16so2080627bwz.0 for ; Thu, 10 Feb 2011 05:04:52 -0800 (PST) In-Reply-To: <871v3gck9o.fsf@norang.ca> (Bernt Hansen's message of "Thu, 10 Feb 2011 04:26:59 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode Hi, Bernt Hansen writes: > Just wrap the http:// ... in [[ ]] as in > [[http://somefoo.com/this_is_broken]] This happens automatically, even when inbuffer links are not surrounded by brackets -- unless some org-export-preprocess-final-hook is reverting the normalization of links. Jonathan, what version of Org are you using? Can you reproduce your problem with a bare Emacs (~$ emacs -q)? Thanks, -- Bastien