From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to hyperlink a file whose name has `space' ? Date: Sat, 29 Aug 2009 08:31:56 -0400 Message-ID: <12849.1251549116@gamaville.dokosmarshall.org> References: <907065090908290149s24544532ic9ff8900dad14340@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhN7c-0005eq-Qb for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 08:33:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhN7X-0005YM-80 for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 08:33:31 -0400 Received: from [199.232.76.173] (port=41348 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhN7W-0005YA-Ub for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 08:33:26 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:57697) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhN7W-0003Hb-L6 for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 08:33:26 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KP500CEA1H7K7Q5@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 07:31:55 -0500 (CDT) In-reply-to: Message from waterloo of "Sat, 29 Aug 2009 16:49:32 +0800." <907065090908290149s24544532ic9ff8900dad14340@mail.gmail.com> 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: waterloo Cc: emacs-orgmode@gnu.org waterloo wrote: > `file:' can link a file on disk . > > But my file's name has `space' in it . > > How to hyperlink that file? > Hex-encode the space (or other special characters): [[file:/path/to/foo%20bar][foo bar]] Nick