From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Simplify link handling? Date: Thu, 29 Apr 2010 19:11:55 +0200 Message-ID: References: <8865.1272552844@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7XHQ-00025G-5d for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 13:12:04 -0400 Received: from [140.186.70.92] (port=46419 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7XHO-00023g-PL for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 13:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7XHN-0002hT-Ij for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 13:12:02 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:36553) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7XHN-0002hG-E5 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 13:12:01 -0400 Received: by ewy6 with SMTP id 6so6166844ewy.32 for ; Thu, 29 Apr 2010 10:12:00 -0700 (PDT) In-Reply-To: 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: Richard Riley Cc: Richard Riley , nicholas.dokos@hp.com, emacs-orgmode@gnu.org On Apr 29, 2010, at 5:49 PM, Richard Riley wrote: > Nick Dokos writes: > >> Richard Riley wrote: >> >>> >>> 99 times out of a hundred my link usage when creating a new remember >>> item is simply "last link" (using C-c C-l org-insert-link as >>> opposed to >>> using a link specifier in the template) - could there be a way to >>> configure, or is there already a way for org-insert-link to >>> automatically insert the last one stored? If there is only one >>> link in >>> the stored links array then i feel that should probably default >>> too - as >>> it is you need to arrow to it - possibly the simplest would be to be >>> allowed to set something like "org-keep-one-link-only" and if this >>> is >>> set org-insert-link automatically inserts the one single link >>> maintained. >>> >>> I daresay its already there and I missed it ;) >>> >>> >> >> Doesn't ``C-c C-l '' insert the last link? My usage is very >> much the same as yours, but I never had to arrow to it. >> >> Nick >> > > Yes it does but I would prefer it to just insert immediately without > the > buffer coming up and the need to hit return. Not earth shatteringly > important of course, but just another of those little tweaks which > makes > usage that much more slick. Do you not even want it to prompt you for the description (or confirmation of it?) - Carsten