From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Simplify link handling? Date: Thu, 29 Apr 2010 16:39:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7UzR-0004Qr-2n for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:45:21 -0400 Received: from [140.186.70.92] (port=50085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7UzM-0004Qd-38 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:45:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7UzK-0003xc-V1 for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:45:16 -0400 Received: from lo.gmane.org ([80.91.229.12]:54381) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7UzK-0003xO-LZ for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 10:45:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O7UzI-0003M0-WE for emacs-orgmode@gnu.org; Thu, 29 Apr 2010 16:45:13 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Apr 2010 16:45:12 +0200 Received: from rileyrgdev by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Apr 2010 16:45:12 +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: emacs-orgmode@gnu.org 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 ;)