From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: org-end-of-line and in table interaction Date: Fri, 28 Sep 2018 14:48:28 +0200 Message-ID: <87o9chkctf.fsf@gmail.com> References: <87wor6j7gi.fsf@gmail.com> <87tvm9vrqy.fsf@nicolasgoaziou.fr> <87sh1tkf02.fsf@gmail.com> <87lg7lvmlo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5sGr-0004tZ-GV for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5sC7-0000zv-Kz for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:48:36 -0400 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:45753) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g5sC7-0000zj-ET for emacs-orgmode@gnu.org; Fri, 28 Sep 2018 08:48:31 -0400 Received: by mail-wr1-x436.google.com with SMTP id m16so6240635wrx.12 for ; Fri, 28 Sep 2018 05:48:31 -0700 (PDT) Received: from rpluim-ubuntu ([149.5.228.1]) by smtp.gmail.com with ESMTPSA id 185-v6sm2971627wmy.38.2018.09.28.05.48.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Sep 2018 05:48:29 -0700 (PDT) In-Reply-To: <87lg7lvmlo.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 28 Sep 2018 14:21:39 +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 Nicolas Goaziou writes: > 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? It does call 'end-of-line'. If that=CA=BCs the intended semantics, it=CA=BC= s not entirely clear from the docstring (and I will adjust my code). Robert