From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: asymmetry between org-backward-sentence and org-forward-sentence around headings Date: Sun, 08 Oct 2017 10:37:03 +0200 Message-ID: <87d15yghn4.fsf@nicolasgoaziou.fr> References: <87377sz97a.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e175B-0007rv-BA for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 04:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e175A-0003cD-Iq for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 04:37:09 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:52357) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e175A-0003bf-CB for emacs-orgmode@gnu.org; Sun, 08 Oct 2017 04:37:08 -0400 In-Reply-To: (Mat Vibrys's message of "Sat, 7 Oct 2017 23:26:45 +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: Mat Vibrys Cc: emacs-orgmode@gnu.org Hello, Mat Vibrys writes: > Sorry, > my example contents does not seem to be proper. Dots are missing after all > the bodyX. correct one looks like following: > > * head1 > > body1. > > * head2 > > body2. > > * head3 > > body3. > > calling `org-forward-sentence' from goes to , while it should > to to somewhere after head2 and before body2. Calling > `org-backward-sentence' from goes before body2 and after head2, > which is correct. Fixed. Thank you. Regards, -- Nicolas Goaziou