From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: default visibility of results drawer Date: Sat, 04 Jun 2016 15:51:35 -0500 Message-ID: <87h9d8ad9k.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9IXw-0004vX-3a for emacs-orgmode@gnu.org; Sat, 04 Jun 2016 16:51:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9IXr-00043M-VE for emacs-orgmode@gnu.org; Sat, 04 Jun 2016 16:51:51 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:49499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9IXp-000421-GP for emacs-orgmode@gnu.org; Sat, 04 Jun 2016 16:51:47 -0400 In-Reply-To: (John Kitchin's message of "Sat, 04 Jun 2016 08:57:23 -0400") 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" To: John Kitchin Cc: Org Mode John Kitchin writes: > Is it possible to get the default visibility of results drawers to be > open? > > They are closed when I first open a file, and I have to manually open > them to see the contents. > You can add "#+STARTUP: showeverything" to the top of a file. The corresponding variable `org-startup-folded' will control this globally. You can also type C-u C-u C-u Tab to open everything up in the buffer quickly. Matt