From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-end-of-line and in table interaction Date: Fri, 28 Sep 2018 14:21:39 +0200 Message-ID: <87lg7lvmlo.fsf@nicolasgoaziou.fr> References: <87wor6j7gi.fsf@gmail.com> <87tvm9vrqy.fsf@nicolasgoaziou.fr> <87sh1tkf02.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5rmK-0007BL-3v for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5rmG-0000I5-4l for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:21:52 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40135) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g5rmF-0000CL-T5 for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:21:48 -0400 Received: from localhost (unknown [194.254.28.93]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id EDA9360008 for ; Fri, 28 Sep 2018 12:21:44 +0000 (UTC) In-Reply-To: <87sh1tkf02.fsf@gmail.com> (Robert Pluim's message of "Fri, 28 Sep 2018 14:01:17 +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" To: emacs-orgmode@gnu.org Robert Pluim writes: > I was under the impression that 'org-end-of-line' is intended to do > something only when in a heading, since it does: > > (looking-at org-complex-heading-regexp))) > > hence my patch to make it not do anything in tables. It is meant to do something special on a heading and call `end-of-line' everywhere else. Are you saying that `org-end-of-line' doesn't call `end-of-line', as it should?