From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] org-open-at-point no longer unescapes shell/elisp links Date: Mon, 03 Mar 2014 15:58:48 +0100 Message-ID: <8761nvmiqf.fsf@gmail.com> References: <87mwh7o0cv.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKUKA-0004Um-4w for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:58:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKUK4-0003UG-2M for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:58:34 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:40179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKUK3-0003U9-QZ for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:58:28 -0500 Received: by mail-wg0-f45.google.com with SMTP id m15so3407339wgh.16 for ; Mon, 03 Mar 2014 06:58:26 -0800 (PST) In-Reply-To: <87mwh7o0cv.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 03 Mar 2014 07:52:48 -0600") 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: Matt Lundin Cc: org-mode Mailing List Hello, Matt Lundin writes: > 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 problem is that the recent rewrite of org-open-at-point (commit > fc9ce86cfc1ecf7e86028027a12875a26500e774) removed all invocations of > org-unescape-link. Correct. This should be fixed. Thank you. Regards, -- Nicolas Goaziou