From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Link Display [WAS Recent changes: Internal linking] Date: Mon, 27 Mar 2006 11:15:33 +0200 Message-ID: References: <4426D1A0.5040102@u.washington.edu> <5d1c1fcb551f8a49ef0870bda8c7537b@science.uva.nl> <4427356F.8010202@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNnpB-0002Se-KJ for emacs-orgmode@gnu.org; Mon, 27 Mar 2006 04:15:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNnp9-0002SC-HJ for emacs-orgmode@gnu.org; Mon, 27 Mar 2006 04:15:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNnp8-0002S7-O8 for emacs-orgmode@gnu.org; Mon, 27 Mar 2006 04:15:42 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNnqb-0002q0-JA for emacs-orgmode@gnu.org; Mon, 27 Mar 2006 04:17:13 -0500 In-Reply-To: <4427356F.8010202@u.washington.edu> 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: Scott Otterson Cc: emacs-orgmode@gnu.org On Mar 27, 2006, at 2:44, Scott Otterson wrote: > Carsten, > > I realized that I might have been too limited in my suggestion. It > would be great if _all_ links were hideable, not just the internal > links. > > I'm finding C-c C-l very convenient for pasting in URL's -- it's just > > C-c C-l > C-y > > > and, while it would be a shame to slow this down, a possible UI for > named links could be to add a "Description:" question after the Link: > question; if the user hits return without typing anything, then the > link would be normally displayed, with no description. > Yes, is is an obvious generalization. In fact, you can already write something like [[http://www.google.com][Google Search]] and the exporter will do the right thing. So yes, If hideable links are implemented for internal links, this will automatically also work for external links. - Carsten