From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Subject: Link with spaces does not export properly in html Date: Tue, 10 Sep 2013 21:00:23 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJVHF-0007AZ-7t for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 17:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJVH7-0007ZC-V1 for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 17:15:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:32877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJVH7-0007Wy-Oi for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 17:15:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VJVH5-0003Fl-Jr for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 23:15:03 +0200 Received: from host86-163-177-167.range86-163.btcentralplus.com ([86.163.177.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Sep 2013 23:15:03 +0200 Received: from simon by host86-163-177-167.range86-163.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Sep 2013 23:15:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I'm using Orgmode 8.04 on Emacs 24.2.1 on OSX. My problem is that if an external link in my org document has %20 for spaces in and the document is then exported for html, the %20 is changed to %2520. This means the link does note work in the exported document. Does anyone know how this issue can be resolved? Many thanks, Simon.