From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: Re: [Bug] Return on description link Date: Thu, 27 Oct 2011 12:00:39 +0200 Message-ID: <874nyuvjnc.fsf@googlemail.com> References: <877h3tuvqb.fsf@googlemail.com> <87bot3oeix.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMlc-0007X2-Rc for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 06:01:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJMlb-0004MA-3V for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 06:00:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:60115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMla-0004Lu-RN for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 06:00:55 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJMlY-0002Yw-Ul for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 12:00:52 +0200 Received: from w5871.dip.tu-dresden.de ([141.76.191.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 12:00:52 +0200 Received: from Maxi.Matthe by w5871.dip.tu-dresden.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 12:00:52 +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 Bastien writes: > Hi Maximilian, > > Maxi.Matthe@googlemail.com (Maximilian Matthé) writes: > >> See the attached org-file for more information. Hitting return on a link >> in a description list does not follow the link but insert . >> >> I have org-return-follows-link set to t. > > This is now fixed in git, thanks! Thank you!