From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antony Subject: Re: bug ? invoking display-time causes org mode clocking to go bad Date: Mon, 13 Sep 2010 12:17:07 -0700 Message-ID: References: <4C7F849E.6030108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54003 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEWs-0000mt-2d for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:17:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvEWq-0006Qy-Ps for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:17:25 -0400 Received: from lo.gmane.org ([80.91.229.12]:42865) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEWq-0006Qi-HV for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 15:17:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OvEWo-0003y2-Mo for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 21:17:22 +0200 Received: from 122.167.31.48 ([122.167.31.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Sep 2010 21:17:22 +0200 Received: from lisp.linux by 122.167.31.48 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Sep 2010 21:17:22 +0200 In-Reply-To: <4C7F849E.6030108@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Reposting since I think my original message did not go through On 9/2/2010 4:03 AM, Antony wrote: > What I have seen is not desirable behavior, but I don't know where the > issue is. > > Here are the details to reproduce. > > Start vanilla emacs > (removed my .emacs and my .emacs.desktop but not my other stuff like > .emacs-places .emacs.bmk .emacs.d). > > Says > This is GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.18.6) > > Type > C-x f ~/foo.org > seems to start org mode > > type > * foo > > type > C-c C-x C-i > inserts > CLOCK: [2010-09-02 Thu 01:26] > when my windows clock in Win 7 is showing 1:26 AM > They match. My Win 7 is in PST (Pacific) time > So far so good. > > Exit emacs > > Now do the following > > Start vanilla emacs > type > C-x f ~/foo.org > > type > * foo > > type > M-x display-time > modeline shows 7:29 AM > when my PC is showing 1:30AM > They don't match. > > Type > C-c C-x C-i > inserts > CLOCK: [2010-09-02 Thu 07:30] > Now the clocking in org mode is gone bad. > > Basically it looks like usage of the display-time changes something to > affect org clock functionality. > Also, I don't understand where the modeline clock value for display-time > is coming from. > FYI Today is September 2 2010 > > Org-mode version 6.33x > GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.18.6) of 2010-05-08 on > laptop > > I've been using org mode for about a month now and really like and use > the clocking feature. Thanks. > The reason I ran into this was I was investigating using > http://funcall.posterous.com/displaying-a-daily-org-mode-agenda-reminder-i > > -Antony >