From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: [Bug] org-open-at-point no longer unescapes shell/elisp links Date: Mon, 3 Mar 2014 15:12:32 +0100 Message-ID: References: <87mwh7o0cv.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTbs-0005M9-J1 for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:12:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKTbn-00056W-IW for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:12:48 -0500 Received: from smtp6-v.fe.bosch.de ([139.15.237.11]:31694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTbn-000563-Ce for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:12:43 -0500 Received: from vsmta14.fe.internet.bosch.com (unknown [10.4.98.54]) by imta24.fe.bosch.de (Postfix) with ESMTP id DF1B3D80079 for ; Mon, 3 Mar 2014 15:12:38 +0100 (CET) Received: from vsgw11.fe.internet.bosch.com (vsgw11.fe.internet.bosch.com [10.4.98.11]) by vsmta14.fe.internet.bosch.com (Postfix) with ESMTP id CA271A405C6 for ; Mon, 3 Mar 2014 15:12:38 +0100 (CET) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id C2DBB9801B for ; Mon, 3 Mar 2014 15:12:38 +0100 (CET) Received: from fe-hub03.de.bosch.com (unknown [10.3.153.62]) by vsgw11.fe.internet.bosch.com (Postfix) with ESMTP id 315809801B for ; Mon, 3 Mar 2014 15:12:33 +0100 (CET) In-Reply-To: <87mwh7o0cv.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 3 Mar 2014 14:52:48 +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: org-mode Mailing List Hello, =B7 Matt Lundin wrote: > When I create a link with org-insert-link, it automatically escapes > spaces. > > E.g., > > C-c C-l shell:ls *.org [RET] > a shell link [RET] > > results in > > [[shell:ls%20*.org][a shell link]] the same holds true for a link to a file which has spaces in the name: [[file:c:/Program Files/desktop.ini]] results in [[file:c:/Program%20Files/desktop.ini]] which does not work. It worked prior to the mentioned commit. > The problem is that the recent rewrite of org-open-at-point (commit > fc9ce86cfc1ecf7e86028027a12875a26500e774) removed all invocations of > org-unescape-link. Bis neulich ... Thomas