From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Visibility cycling with inline tasks Date: Wed, 19 Sep 2012 12:34:43 +0200 Message-ID: <87ehlypags.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEHcM-00036y-Vn for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEHcE-0008Pd-Ac for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:34:54 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:42977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEHcE-0008OL-4G for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 06:34:46 -0400 Received: by wgbdt14 with SMTP id dt14so513465wgb.30 for ; Wed, 19 Sep 2012 03:34:44 -0700 (PDT) In-Reply-To: (Christopher Witte's message of "Thu, 13 Sep 2012 15:38:01 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Witte Cc: Org Mode Hi Christopher, Christopher Witte 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- 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