From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: link interfering with brackets when abbreviated Date: Wed, 26 Feb 2014 18:03:19 +0100 Message-ID: References: <87ppm9sxoh.fsf@gmail.com> <87lhwxswby.fsf@gmail.com> <87ha7lsu5o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhtB-0008Q5-QS for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 12:03:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIhtA-00031z-Tw for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 12:03:21 -0500 Received: from mail-qa0-x229.google.com ([2607:f8b0:400d:c00::229]:44574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhtA-00031e-CC for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 12:03:20 -0500 Received: by mail-qa0-f41.google.com with SMTP id j5so1485744qaq.28 for ; Wed, 26 Feb 2014 09:03:20 -0800 (PST) In-Reply-To: <87ha7lsu5o.fsf@gmail.com> 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: Nicolas Goaziou Cc: Org Mode Hi Nicolas On Wed, Feb 26, 2014 at 5:41 PM, Nicolas Goaziou wrote: > > Michael Brand writes: > >> What is the benefit of removing the search on the same line? > > `org-element-context' returns the context under point, not on the other > side of the line. Your are on a link, C-c C-o opens it, otherwise, it > doesn't. I find it very predictable. > > The "feature" you are missing probably made sense in the previous > implementation, since it already searched forward for a link, but it > would be confusing (and more costly) in the new one. I expect some users to go through the same surprise than me. Maybe that there will be enough voices to get the searching on the same line for "C-c C-o" (org-open-at-point) back. Michael