From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: How to collapse all LOGBOOKS at once? Date: Thu, 27 Feb 2020 03:31:23 +0000 Message-ID: <8736awemes.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57682) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j79ta-0004O9-I4 for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 22:31:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j79tZ-0004hf-Gi for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 22:31:30 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:50459) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j79tZ-0004fr-7v for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 22:31:29 -0500 In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: William Denton , emacs-orgmode@gnu.org William Denton writes: > The only thing I really use drawers for is with clock tracking, so for me this > is just about :LOGBOOK: but it could be about other types of drawers, or all > drawers: is there a way to collapse them all at once? I'm not aware of a dedicated command that does that, but I think you can get the behavior you're after by defining a command that calls (org-cycle-hide-drawers 'all)