From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: URL with spaces in is incorrectly rendered in LaTeX export [8.3.3 (8.3.3-dist @ /usr/share/emacs24/site-lisp/org-mode/)] Date: Wed, 06 Apr 2016 11:13:17 +0200 Message-ID: <87fuuzdrrm.fsf@nicolasgoaziou.fr> References: <877fgfzipy.fsf@sc3d.org> <87fuuz4sw0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjUS-0004EE-VX for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 05:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anjUS-0001DX-6n for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 05:11:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjUS-0001DN-0l for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 05:11:08 -0400 In-Reply-To: (Reuben Thomas's message of "Wed, 6 Apr 2016 09:53:46 +0100") 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: Reuben Thomas Cc: "emacs-orgmode@gnu.org" Hello, Reuben Thomas writes: > \href{Starting\%20Workshop\%20Notes.org}{\url{Starting Workshop Notes.org}} > > But maybe the space ends the URL? Indeed. For obvious reasons, "plain links" do not accept spaces since those are used as a delimiter. However, angular links could be used in this case, since they are morally equivalent to plain links. Hence, it is possible to write the following in latest Org [[file:Starting%20Workshop%20Notes.org][]] Regards, -- Nicolas Goaziou