From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Hide drawers in indirect buffers? Date: Tue, 4 Oct 2011 10:00:56 +0200 Message-ID: <4A75B771-BB5D-4245-BC36-94CF1E153C17@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzw0-0007AD-8N for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 04:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAzvv-0002d2-Nt for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 04:01:04 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:35763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzvv-0002cw-JL for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 04:00:59 -0400 Received: by eye13 with SMTP id 13so221622eye.0 for ; Tue, 04 Oct 2011 01:00:58 -0700 (PDT) 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Abrahams Cc: emacs-orgmode@gnu.org On Oct 2, 2011, at 9:36 PM, Dave Abrahams wrote: > > on Sat Oct 01 2011, Dave Abrahams wrote: > >> When I initially request an indirect buffer for an item (especially from >> the agenda) it shows up with all its drawers open. I'd prefer it if >> they were closed by default. Is there a way to do that? > > To follow up my own post... > > This is actually very surprising, because the entry shows up in a state > that can't be reached by tabbing on its headline, with all the drawers > open. If you run (org-show-entry) in the indirect buffer it goes into a > less-noisy configuration. This is indeed a bug, fixed now. - Carsten