From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Parsing of todo state log lines Date: Wed, 16 May 2018 23:04:27 +0200 Message-ID: References: <87k1s3to59.fsf@nicolasgoaziou.fr> <87bmdftlbu.fsf@nicolasgoaziou.fr> <8736yrtjre.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ3b3-0006VY-SA for emacs-orgmode@gnu.org; Wed, 16 May 2018 17:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ3b2-0007qL-Nb for emacs-orgmode@gnu.org; Wed, 16 May 2018 17:04:29 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:36414) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJ3b2-0007pq-HO for emacs-orgmode@gnu.org; Wed, 16 May 2018 17:04:28 -0400 Received: by mail-qk0-x229.google.com with SMTP id l132-v6so1895853qke.3 for ; Wed, 16 May 2018 14:04:28 -0700 (PDT) In-Reply-To: <8736yrtjre.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org Mode Hi Nicolas On Wed, May 16, 2018 at 10:42 PM, Nicolas Goaziou wrote: > I didn't test logging, but `org-skip-over-state-notes' definitely goes > past the three items, so I guess `org-log-beginning' should put point at > the end of the three items, too. Indeed, it works all as expected. Thank you! (Sorry, my fault was that the invalid example line with "" was not removed yet.) Michael