emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] You may experience folding problems with the current versi


From: Carsten Dominik
Subject: Re: [Orgmode] You may experience folding problems with the current version
Date: Thu, 13 May 2010 20:01:39 +0200

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]