I've been down this road before, I tried to add a hook to org-cycle to make it expand log-book drawers, but wasn't very successful in the past: http://emacs.stackexchange.com/questions/9743/expand-logbook-on-2nd-tab-press-hook-for-2nd-org-cycle
If anyone has working hack for this, it'd be cool :-) Leo Ufimtsev | Intern Software Engineer @ Eclipse Team ----- Original Message ----- From: "Nick Dokos" <ndo...@gmail.com> To: emacs-orgmode@gnu.org Sent: Thursday, March 12, 2015 8:14:09 AM Subject: Re: [O] lots of CLOCK lines displayed when opening a TODO "Loris Bennett" <loris.benn...@fu-berlin.de> writes: > > If I jump from the agenda entry 'Fun', I get something like the > following: > > * Stuff > ** Fun... > ** Boring... > > If I press 'tab', I get > > * Stuff > ** Fun > :LOGBOOK:... > :OLDLOGS:... > ** Boring > > If I press 'tab' again, nothing happens. If I press 'tab' a third time, > the heading fold back and I get > > * Stuff > ** Fun... > ** Boring... > > again. I'm not sure why the second press performs no action. Only because there is no subheading under Fun: if you had one, the second tab would open it. > In any > case, I only see the contents of the LOGBOOK draw if I move onto it and > then press 'tab' again. So quite different from the behaviour you get. > This is the behaviour I would expect. -- Nick