From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] org-cycle changed behavior in orgstruct-mode Date: Tue, 11 Aug 2015 14:45:48 +0200 Message-ID: <874mk6c7sz.fsf@nicolasgoaziou.fr> References: <87fv3q2lxs.fsf@gmx.us> <878u9ic8sv.fsf@nicolasgoaziou.fr> <87zj1y0zst.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP8ue-0006kw-Qr for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:44:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP8ua-0003ma-W6 for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:44:16 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:52830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP8ua-0003lv-Pd for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:44:12 -0400 In-Reply-To: <87zj1y0zst.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 11 Aug 2015 14:34:10 +0200") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > I tried to recompile with that line commented out but it doesn't make a > difference. I also tried to remove that defun from orgstruct-setup, but > that also didn't make change anything. Hmm. Odd. > > If there is a way to get the buffer-string for what is actually displayed > in the window I could use git bisect to find the bad commit, but I don't > know if that is possible. See `org-copy-visible'. Regards,