From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)] Date: Mon, 10 Aug 2015 09:29:23 +0200 Message-ID: <87wpx38uuk.fsf@nicolasgoaziou.fr> References: <55C7659D.8050408@gmail.com> <874mk89jsa.fsf@nicolasgoaziou.fr> <55C7F422.2060206@gmail.com> 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]:44269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOhUp-0006ST-Sn for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 03:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOhUp-00069u-7Y for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 03:27:47 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:56239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOhUp-00069Z-14 for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 03:27:47 -0400 In-Reply-To: <55C7F422.2060206@gmail.com> (Christoph LANGE's message of "Mon, 10 Aug 2015 02:45:22 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christoph LANGE Cc: "emacs-orgmode@gnu.org" Christoph LANGE writes: > Indeed that's what I get in the same *.org file when starting Emacs with > "-q". So it must depend on my configuration. > > I'm not sure how to investigate this =E2=80=93 would you have an idea? You can bisect your configuration to find out the wrong part. You can also check what is called by C-c ! with your configuration. Regards,