From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)] Date: Mon, 10 May 2010 18:33:51 +0200 Message-ID: References: <87zl076ceu.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49390 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBVvd-0001C8-Sg for emacs-orgmode@gnu.org; Mon, 10 May 2010 12:34:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBVvY-00059c-8Z for emacs-orgmode@gnu.org; Mon, 10 May 2010 12:34:01 -0400 Received: from mail-ew0-f209.google.com ([209.85.219.209]:48589) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBVvY-00059A-3v for emacs-orgmode@gnu.org; Mon, 10 May 2010 12:33:56 -0400 Received: by ewy1 with SMTP id 1so944926ewy.15 for ; Mon, 10 May 2010 09:33:54 -0700 (PDT) In-Reply-To: <87zl076ceu.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, can I ask you to try out which of the following lines (or both) cause the problem? + (org-set-local 'comment-start "#") + (modify-syntax-entry ?\n ">") Could you comment one and then the other to check? Thanks. - Carsten On May 10, 2010, at 4:48 PM, Bernt Hansen wrote: > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? > See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > After updating to master this morning my clock data is no longer > inside > my clock drawer. Logbook drawers (for state changes) also do not > end up > inside the drawer anymore. > > org-log-into-drawer is a variable defined in `org.el'. > Its value is t > > org-clock-into-drawer is a variable defined in `org-clock.el'. > Its value is "CLOCK" > > The following task was created and clocked in and this is what I see: > > ,---- > | * New task > | :CLOCK: > | :END: > | > | CLOCK: [2010-05-10 Mon 10:31] > `---- > > This was broken by commit > > 9e9f083aa921f1124e9d405ef560550702210633 is the first bad commit > commit 9e9f083aa921f1124e9d405ef560550702210633 > Author: Carsten Dominik > Date: Sat May 8 17:10:14 2010 +0200 > > Fix comment syntax in org-mode > > Patch by Leo. > > If this works, we have fixed an issue that has bugged me for > several > years. > > :040000 040000 f0b0d5f4cfef5257c957ff9e19b84d309c5ea1e0 > 64581be3dd01b4783e02aa7c53f399a8931534b0 M lisp > > Regards, > Bernt > > > > Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) > of 2008-11-09 on raven, modified by Debian > Package: Org-mode version 6.36trans (release_6.36.7.gae1eb) > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten