From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Re: Re: reloading causes visibility bug requiring restart Date: Thu, 07 May 2009 15:48:44 +0100 Message-ID: <1241707724.30482.1314295359@webmail.messagingengine.com> References: <20524da70904051118n5a304526sb364130170aab58e@mail.gmail.com> <87k55yopyp.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M24uP-0002rh-BX for emacs-orgmode@gnu.org; Thu, 07 May 2009 10:49:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M24uK-0002o0-Dv for emacs-orgmode@gnu.org; Thu, 07 May 2009 10:49:12 -0400 Received: from [199.232.76.173] (port=57297 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M24uK-0002no-7B for emacs-orgmode@gnu.org; Thu, 07 May 2009 10:49:08 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:47702) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M24uJ-0003pX-Hs for emacs-orgmode@gnu.org; Thu, 07 May 2009 10:49:07 -0400 Content-Disposition: inline In-Reply-To: <87k55yopyp.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: emacs-orgmode@gnu.org Cc: Bernt Hansen On Sun, 05 Apr 2009 15:33:34 -0400, "Bernt Hansen" said: > Do you have org-cycle-include-plain-lists set? If you turn that off > does it work as expected? I have this same bug, and turning off org-cycle-include-plain-lists does fix it! I thought I had tried everything, but must have missed this post. For completeness, here's what I had been about to post: The message line says FOLDED, CHILDREN, SUBTREE as it should, but the entire top level headline is folded and unfolded as one, with text showing even for CHILDREN. Plain lists still work. All sub-headlines are treated as text. A list inside a sub-headline appears as though the entries were top-level headlines. Motion commands still move subtrees correctly. This is Org 6.26trans, as of 2009-04-30, and the latest emacs-snapshot, 1:20090423. It wasn't caused by me trying org-inlinetask, because it happens even without that. Outline mode still works properly. Drawers work properly too. A completely fresh checkout of org-mode has the same problem. Thanks for the workaround! Peter. > -Bernt > > Samuel Wales writes: > > > I can't do the typing to formally document this, so I will just ask if > > others experience it. If not, it will take a while. > > > > Repeatably, with the latest git, emacs 22 cocoa, reloading org causes > > folding/visibility/cycling problems that are not fixable by reverting. > > Only restarting emacs fixes it. > > > > The problems are weird enough that it should be obvious if you try it. > > Seemingly random plain list items being the only visible part, etc. > > There is no cycling state in which all is shown, either from bob or > > from headline. > > > > Thanks. > >