From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Extra character showing with negative org-cycle-separator-lines [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Date: Tue, 26 May 2015 16:35:12 +0200 Message-ID: <87wpzv2yqn.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFvU-0008Kc-Kc for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:33:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxFvT-000562-Mr for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:33:52 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFvT-00055P-HW for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:33:51 -0400 In-Reply-To: (Michael Crouch's message of "Tue, 26 May 2015 13:22:25 +0100") 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: Michael Crouch Cc: emacs-orgmode@gnu.org Hello, Michael Crouch writes: > When org-cycle-separator-lines is set to -1, and there is exactly one blank > line between items, the last character of the last subheading is > erroneously shown even while folding. > > Reproduction instructions: > 1) save the following as an org file (not including the dashes): > ------------ > * item1 > ** subitem > > * item2 > ----------- > > 2) start emacs with emacs -q > 3) set org-cycle-separator-lines to -1 > 4) hit shift-tab > > The displayed file is then: > ------------ > * item1...m > > * item2 > -------------- > > Note the erroneous inclusion of the "m" after the ellipsis. Hopefully fixed in a714c3a118e0a45395e8a0debe3bca3a7261cb0e. Thank you. Regards, -- Nicolas Goaziou