From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Simplify link handling? Date: Thu, 29 Apr 2010 10:54:04 -0400 Message-ID: <8865.1272552844@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7V8D-000773-EQ for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:54:25 -0400 Received: from [140.186.70.92] (port=52415 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7V87-0006zi-2A for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:54:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7V85-0005K4-Q7 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:54:18 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:60078) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7V85-0005Jw-MX for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:54:17 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L1N0033I8248WB0@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 09:54:05 -0500 (CDT) In-reply-to: Message from Richard Riley of "Thu, 29 Apr 2010 16:39:24 +0200." 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: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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