Hi Rainer,

Rainer Stengele <rainer.steng...@online.de> 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,

-- 
 Bastien

Reply via email to