From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: Problems with hyperlinked files Date: Tue, 23 Mar 2010 21:26:58 +0100 Message-ID: <4BA92412.1060709@jboecker.de> References: <4e3ad401003230213s45df1a65ha431542f16da9f94@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuAjh-00033a-43 for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 16:30:01 -0400 Received: from [140.186.70.92] (port=56272 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuAj9-0002ij-Bm for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 16:30:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuAiZ-0003JN-SX for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 16:28:54 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:38471) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuAiZ-0003BN-H9 for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 16:28:51 -0400 In-Reply-To: <4e3ad401003230213s45df1a65ha431542f16da9f94@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: Leo Alekseyev Cc: emacs-orgmode@gnu.org On 23.03.2010 10:13, Leo Alekseyev wrote: > Hi all, > I am unable to open locally linked files if I use angle brackets to > protect spaces, like so: > > [[ Statistical Learning (2nd ed).pdf>][Hastie et al]] > > -- the echo area displays "no such file: E:\ebooks\math\Probability > and statistics\The Elements of Statistical Learning (2nd ed).pdf>" > <---- note the right angle bracket here. Generally, any file links > with angle brackets refuse to open. Is this a known bug?... is there > a patch?.. (Org mode 6.31a, emacs 23.1) Hi Leo, I could reproduce this, but I don't know if this is really a bug. (I never heard of protecting spaces with angle brackets.) You do not have to protect spaces, because the URL is surrounded by the square brackets. I could only insert angle brackets into a link by editing it manually; when you edit a link with C-c C-l and enclose the URL in angle brackets, Org will automatically remove them. HTH, Jan