From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Copy link at point Date: Thu, 23 Jun 2011 12:00:05 +0000 (UTC) Message-ID: <87tybgzs8v.fsf@mean.albasani.net> References: <4E0307D5.8080105@christianmoe.com> <4E031D7C.4080104@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZiaB-0005QD-QO for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 08:00:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZia9-0001Xl-Sj for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 08:00:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:49938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZia9-0001Xc-Ho for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 08:00:25 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZia7-0001ll-BD for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 14:00:23 +0200 Received: from e178219054.adsl.alicedsl.de ([85.178.219.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 14:00:23 +0200 Received: from gegendosenfleisch by e178219054.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 14:00:23 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Christian Moe writes: >> Does anyone know a way to copy a link at point with fewer keystrokes than >> >> C-c C-l to edit the link >> C-a C-k C-y to go to the beginning of the link line, kill and re-yank >> the link >> to finish editing the link without changing anything What about: C-c C-l C-a C-k C-g Memnon