From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug: Clock data and log messages no longer in drawers [6.36trans (release_6.36.7.gae1eb)] Date: Mon, 10 May 2010 14:50:06 -0400 Message-ID: <877hnb7fs1.fsf@gollum.intra.norang.ca> References: <87zl076ceu.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBY3Y-00069Y-Ss for emacs-orgmode@gnu.org; Mon, 10 May 2010 14:50:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBY3V-0004KV-DX for emacs-orgmode@gnu.org; Mon, 10 May 2010 14:50:20 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60555) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBY3V-0004KP-As for emacs-orgmode@gnu.org; Mon, 10 May 2010 14:50:17 -0400 In-Reply-To: (Leo's message of "Mon\, 10 May 2010 19\:27\:43 +0100") 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: Leo Cc: emacs-orgmode@gnu.org, Carsten Dominik Leo writes: > On 2010-05-10 17:33 +0100, Carsten Dominik wrote: >> 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 2010-05-10 18:04 +0100, Bernt Hansen wrote: >> Modified lisp/org.el >> diff --git a/lisp/org.el b/lisp/org.el >> index d37e64c..7379fff 100644 >> --- a/lisp/org.el >> +++ b/lisp/org.el >> @@ -4452,7 +4452,7 @@ The following commands are available: >> (org-set-local 'comment-start "#") >> (org-set-local 'comment-padding " ") >> (modify-syntax-entry ?# "<") >> - (modify-syntax-entry ?\n ">") >> + ;(modify-syntax-entry ?\n ">") >> >> ;; Align options lines >> (org-set-local > > This problem doesn't arise in emacs 23. I have tested it with current > stable release 23.2 and an old build from 2008 23.0.60 and they behave > as expected with org mode pulled from git today. Actually I got this to occur both in emacs 22 and on an older version of Emacs 23 on windows today. GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on LENNART-69DE564 (patched) GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on raven, modified by Debian Regards, Bernt