From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-hide-block-all Date: Tue, 22 Apr 2014 10:50:28 +0200 Message-ID: <87ha5lbve3.fsf@bzg.ath.cx> References: <86ppkaf56s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcWPZ-000296-KS for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 04:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcWPP-0004ke-R8 for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 04:50:41 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:42717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcWPP-0004kQ-Ei for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 04:50:31 -0400 Received: by mail-wi0-f172.google.com with SMTP id hi2so2865002wib.11 for ; Tue, 22 Apr 2014 01:50:30 -0700 (PDT) In-Reply-To: <86ppkaf56s.fsf@gmail.com> (David Masterson's message of "Mon, 21 Apr 2014 19:50:35 -0700") 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: David Masterson Cc: emacs-orgmode@gnu.org Hi David, David Masterson writes: > Not sure what's going on here. I can use org-show-block-all to show all > of an Org file, but using org-hide-block-all to reverse it seems to do > nothing. `org-show-block-all' and `org-hide-block-all' apply to blocks and it works fine here. > What is the proper way to open the outline completely and then > close it completely up? Show all: M-x show-all RET Show overview: M-x org-overview RET C-u S-TAB will switch back to the startup display status. If you want blocks to be displayed when unfolding everything in the buffer, either you create a custom command that combines `show-all' and `org-show-block-all', or you simply rely on `org-cycle' (using TAB) and add `org-show-block-all' to `org-cycle-hook'. HTH, -- Bastien