From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-cycle goes wrong when cursor at the end of the line Date: Wed, 22 Jan 2014 21:03:08 +0100 Message-ID: <87ha8vbx8j.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W641E-0001UB-3X for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:03:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6412-0002Tu-Qf for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:03:24 -0500 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:51969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6412-0002Tg-KP for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:03:12 -0500 Received: by mail-wg0-f53.google.com with SMTP id y10so768758wgg.20 for ; Wed, 22 Jan 2014 12:03:11 -0800 (PST) In-Reply-To: (Cecil Westerhof's message of "Wed, 22 Jan 2014 17:46:32 +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: Cecil Westerhof Cc: emacs-orgmode@gnu.org Hi Cecil, Cecil Westerhof writes: > I have: > * Testing > *** Line one > *** Line two > *** Line tree > > When in overview mode and with the cursor at the end of the line > (after ...), does not work properly. In this case I just got: > * Testing... > *** Line tree I can reproduce this, but hardly count as a bug for me, as when the point is after the ... it means it is after (or on) the "Line three" and TAB on this line should show it. But in general, you don't want your point to end up after the three dots... > By the way all asterisks are shown, where only the last one should be > displayed. Try this #+STARTUP: hidestars odd * Testing *** Line one *** Line two *** Line tree HTH, -- Bastien