From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: org-hide sometimes wrong Date: Fri, 15 Mar 2013 18:54:49 -0400 Message-ID: <20130315225449.GB14263@BigDog.local> References: <87ip4soqz1.fsf@free.fr> <87wqt8pebq.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGdWX-0005e3-0j for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGdWU-0004UI-KF for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:54:52 -0400 Received: from [204.62.15.78] (port=47733 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGdWU-0004Ty-GK for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 18:54:50 -0400 Content-Disposition: inline In-Reply-To: <87wqt8pebq.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: "emacs-orgmode@gnu.org" , Julien Cubizolles On Fri, Mar 15, 2013 at 10:01:45PM +0100, Bastien wrote: > Rick Frankel writes: > > > On Mar 15, 2013, at 7:13 AM, Julien Cubizolles wrote: > > > >> Lately, the leading stars have been reappearing, seemingly > >> randomly. I've checked the org-hide face and its value changes: > >> > > I've been noticing the same behavior (and broken indenting) since some recent git pull... > > Closing and reopening the file fixes it, but it seems to be a > > regression > > Can someone try to bisect? I try to find time :) > Maybe git blame and check lines >5341 for the last changes > against `org-find-invisible-foreground'. But the last ones > are pretty old now. > > As for the broken indenting, what is the issue exactly? I have an org file with lots of source blocks and deep level, when i open and expand the headings, sometimes the source blocks are against the left margin and not properly indented. BTW, org-bullets also seems to be broken now. The "(require 'org-mode)" on line 85 fails because there is no org-mode.el not sure what else has changed. I noticed there was a big commit on 9-March. I will also try to find time this weekend to bisect that as well... rick