emacs-orgmode
[Top][All Lists]
Advanced

[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: Bastien
Subject: Re: [O] Unable to unfold a folded block having point directly after the folded block
Date: Wed, 04 Jan 2012 11:27:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

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,

-- 
 Bastien



reply via email to

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