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 13:04:11 -0400 Message-ID: <87bpcn7kok.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=42457 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBWOz-0002ru-Ei for emacs-orgmode@gnu.org; Mon, 10 May 2010 13:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBWOt-0002Iy-Ux for emacs-orgmode@gnu.org; Mon, 10 May 2010 13:04:21 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:49723) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBWOt-0002Ip-NS for emacs-orgmode@gnu.org; Mon, 10 May 2010 13:04:15 -0400 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > Hi Bernt, > > can I ask you to try out which of the following lines (or both) cause > the problem? > > + (org-set-local 'comment-start "#") Commenting out this doesn't change the behaviour. > + (modify-syntax-entry ?\n ">") Commenting out this fixes the problem for me. Regards, Bernt > > Could you comment one and then the other to check? > > Thanks. > > - Carsten 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