From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: You may experience folding problems with the current version Date: Thu, 13 May 2010 20:01:39 +0200 Message-ID: References: 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=58982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCcnS-0005UZ-KS for emacs-orgmode@gnu.org; Thu, 13 May 2010 14:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCcjA-0000Ap-Jz for emacs-orgmode@gnu.org; Thu, 13 May 2010 14:01:46 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:41036) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCcjA-0000AU-95 for emacs-orgmode@gnu.org; Thu, 13 May 2010 14:01:44 -0400 Received: by ewy8 with SMTP id 8so633268ewy.8 for ; Thu, 13 May 2010 11:01:43 -0700 (PDT) In-Reply-To: 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: Tom Cc: emacs-orgmode@gnu.org Hi Tim, thanks for pointing this out, I have fixed this and made a new release 6.36c - I will push it as soon as I can reach repo.or.cz again. - Carsten On May 13, 2010, at 11:52 AM, Tom wrote: > Migrating to 6.36 I found I couldn't open some of the folded trees > with TAB. > > Turns out this line has to be commented in org.el to fix it > > (modify-syntax-entry ?\n ">") > > because if the syntax of newline is changed like this then this > expression in org-cycle-internal-local will not work in some > cases when it wants to match newlines: > > (not (string-match "\\S-" (buffer-substring eol eos)))) > > > Looks line the modify-syntax-entry line is already commented in > Git, but those using the stable version might be affected by > this problem. > > > _______________________________________________ > 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