From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: link interfering with brackets when abbreviated Date: Wed, 26 Feb 2014 17:41:55 +0100 Message-ID: <87ha7lsu5o.fsf@gmail.com> References: <87ppm9sxoh.fsf@gmail.com> <87lhwxswby.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhYE-0002AY-DS for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 11:41:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIhY6-0003GN-0q for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 11:41:42 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:35936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhY5-0003GB-Qv for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 11:41:33 -0500 Received: by mail-we0-f180.google.com with SMTP id u57so1838840wes.25 for ; Wed, 26 Feb 2014 08:41:33 -0800 (PST) In-Reply-To: (Michael Brand's message of "Wed, 26 Feb 2014 17:22:07 +0100") 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: Michael Brand Cc: Org Mode Hello, 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. Regards, -- Nicolas Goaziou