[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Unable to unfold a folded block having point directly after the
From: |
Rainer Stengele |
Subject: |
Re: [O] Unable to unfold a folded block having point directly after the folded block |
Date: |
Tue, 10 Jan 2012 09:52:27 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 |
Am 04.01.2012 11:27, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele <address@hidden> writes:
>
>> I just pulled and checked but cannot see a change.
>> Did you check in the fix already?
>
> Yes I did.
>
> Try with
>
> (setq org-special-ctrl-a/e nil)
>
> C-e goes *after* the end of the invisible region and TAB will do nothing
> here, either in a folded subtree or in a folded drawer.
>
> With
>
> (setq org-special-ctrl-a/e 'reversed)
>
> C-e goes *right before* the end of the invisible region and TAB will
> unfold as expected, both in a folded subtree or in a folded drawer.
>
> This behavior is more consistent than the previous one. But you need
> to set `org-special-ctrl-a/e' according to your needs.
>
> HTH,
>
Hi Bastien and Carsten,
I do have
(setq org-special-ctrl-a/e 'reversed)
and it works as expected when jumping to the end of line with C-e.
But I do use cursor keys to move one line down.
Point at end of line and moving down one line with cursor down I cannot unfold
the block by pressing TAB.
Is there a chance to get this done when using the cursor movement?
Thanks,
Rainer