Re: [O] org-cycle goes wrong when cursor at the end of the line

2014-01-22 Thread Bastien
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



[O] org-cycle goes wrong when cursor at the end of the line

2014-01-22 Thread Cecil Westerhof
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

By the way all asterisks are shown, where only the last one should be
displayed. In ‘real life’ most often nothing at all happens. Not a biggy,
cursor left and problem solved, but it is annoying.

I am using: Org-mode version 8.2.1 (8.2.1-dist @
/usr/share/emacs/site-lisp/org/)

But that is not really the problem, because it is a problem I have had for
quite some time.

-- 
Cecil Westerhof