From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: How to hyperlink a file whose name has `space' ? Date: Sat, 29 Aug 2009 09:07:53 -0400 Message-ID: References: <907065090908290149s24544532ic9ff8900dad14340@mail.gmail.com> <12849.1251549116@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhNf4-0005q7-NW for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 09:08:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhNex-0005nm-Lr for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 09:08:05 -0400 Received: from [199.232.76.173] (port=45670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhNex-0005na-4j for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 09:07:59 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58612) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhNew-0000U9-Kb for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 09:07:58 -0400 In-Reply-To: <12849.1251549116@gamaville.dokosmarshall.org> (Nick Dokos's message of "Sat, 29 Aug 2009 08:31:56 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, waterloo Nick Dokos writes: > 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]] > And if you want this to happen automatically, you can create the link by calling org-insert-link with a prefix argument (C-u C-c C-l). This will provide an interactive prompt for navigating to the file. - Matt