emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Outline cycling does not preserve point's position


From: Jambunathan K
Subject: Re: [O] Outline cycling does not preserve point's position
Date: Wed, 11 Sep 2013 21:01:33 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

> I don't understand. Are you talking about the error message? There is no
> "canonical" C-down position, so I'm a bit confused.

Put your cursor on the blank line between.  Do a C-down.  You will see
the cursor moving and also an error reported.  So, the "empty line" is a
position where a C-down operation would land you in.  It is a position
from nowhere.

----------------------------------------------------------------

I see some issues when the point is position some where deep inside
invisible parts of the tree.

For example, visit

    "~/src/worg/org-tutorials/org-reference-guide-es.org"

Get in to a state where ALL headlines are visible but none of body text
is visible.

Position your cursor randomly, like so.

   M-: (goto-char (mod (random) (point-max)))

Then C-down.

Within let's say 10 attempts, you will see that a headline is skipped
and the cursor lands on subsequent headline.

Attachment: cdown.org
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]