emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Visibility cycling with inline tasks


From: Bastien
Subject: Re: [O] Visibility cycling with inline tasks
Date: Wed, 19 Sep 2012 12:34:43 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Christopher,

Christopher Witte <address@hidden> writes:

> I have a document with lots of inline tasks scattered throughout it. I
> want to get an overview of the document so I use S-<TAB> to cycle to
> CONTENTS, when I do that all of the inline tasks are displayed like
> this:

You can add this hook:

(add-hook 'org-cycle-hook
  (lambda (state) (when (eq state 'contents) (hide-sublevels 6))))

> Should this be the default? Is this also the behaviour that other
> people expect?

I tend to think this should be the default but I'm not using inline
tasks at all, so I'll wait other users' feedback on this.

HTH,

-- 
 Bastien



reply via email to

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