From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Links in tables and org-return-follows-link Date: Fri, 15 Feb 2013 16:45:48 +0100 Message-ID: <87ehghh977.fsf@bzg.ath.cx> References: <87zjz7dx7t.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6NU9-00074Y-7T for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 10:46:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6NU1-000787-Ib for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 10:46:01 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:58474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6NU1-000780-C5 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 10:45:53 -0500 Received: by mail-wg0-f49.google.com with SMTP id 15so2827801wgd.4 for ; Fri, 15 Feb 2013 07:45:52 -0800 (PST) In-Reply-To: (=?utf-8?B?ItCU?= =?utf-8?B?0Y/QtNC+0LIg0JLQsNGB0LjQuwnQodGC0L7Rj9C90L7QsiIncw==?= message of "Thu, 14 Feb 2013 16:30:43 +0400") 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: =?utf-8?B?0JTRj9C00L7QsiDQktCw0YHQuNC7INCh0YLQvtGP?= =?utf-8?B?0L3QvtCy?= Cc: emacs-orgmode@gnu.org Hi Vasil, vdyadov@elvees.com (Дядов Васил Стоянов) writes: > When I set variable org-return-follows-link to true I expect that it > will work on links in tables too (when org-table-editor is on). But > it does not. > > Is it wrong behaviour of org-mode? The behavior of RET in tables takes precedence in this case, which is the right thing to do IMO. You need to open the link at point with C-c C-o in tables. Best, -- Bastien