From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: shell links [was: Version 4.19c] Date: Mon, 10 Apr 2006 10:41:36 -0700 Message-ID: <443A98D0.4080005@u.washington.edu> References: <44354222.60104@u.washington.edu> <99190467852be4837e9eae9cc2f4f95d@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FT0OU-0007KV-3B for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 13:41:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FT0OS-0007Jr-Kx for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 13:41:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT0OS-0007Jl-DE for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 13:41:40 -0400 Received: from [140.142.33.19] (helo=mxout4.cac.washington.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FT0T8-0006Wg-RJ for emacs-orgmode@gnu.org; Mon, 10 Apr 2006 13:46:31 -0400 In-Reply-To: <99190467852be4837e9eae9cc2f4f95d@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik (04/06/2006 12:28 PM) wrote: >> scotto: >> 3.) If I put the cursor in the link and type C-c C-l, then >> the minibuffer says: >> >> Link: shell:ls%20*.org >> >> If I cancel (C-g), C-c C-o still works. >> > carsten: > In the hidden part of a link, space and brackets are escaped. I forgot > to unescape for the editing prompt. In 4.20, the minibuffer is now showing the space without the '%20', a nice touch. However, the %20 still does show up in the link text when I delete the leftmost ']'. It's just a display issue, though, because the shell link works fine. >... > Also, maybe you'd like to know that there is a variable to turn off the > safety query in shell links: org-confirm-shell-links. I could also > change the yes-or-no query to a y-or-n query to make it easier to > answer.... We'll see, not now. I tried it out the customization and much prefer the y/n confirmation. Thanks. Scott