From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: multiple indirect buffers, and limiting to a drawer Date: Tue, 01 Oct 2013 22:37:19 +0100 Message-ID: <87a9isy8og.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR7dI-0002eg-Fi for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 17:37:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR7dD-0008IV-4H for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 17:37:28 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:48433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR7dC-0008IH-T3 for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 17:37:23 -0400 Received: by mail-wg0-f41.google.com with SMTP id l18so5538794wgh.4 for ; Tue, 01 Oct 2013 14:37:21 -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: Matt Price Cc: Org Mode Hi Matt, moptop99@gmail.com writes: > I am returning to my long-languishing idea of an "org writer's room" > (https://github.com/titaniumbones/org-writers-room , see also gmail > archives for a brief discussion about a year ago). Coming to terms > with some of my own coding limitations(!), I want to keep this > relatively simple -- just a 3-paneled interface that shows > > (1) in a narrow window on the left, an outline of the whole org-file, > which I take to represent a major writing project > > (2) in the main window, a heading element in an indirect buffer > > > (3) in the right-hand panel, I'd like to just show the properties > drawer of the currently active heading. > > > Can someone suggest the best way to create that third buffer (or more > precisely, that second indirect buffer)? I can't, but your description of a windowed layout sounds like workgroups ( https://github.com/tlh/workgroups.el ), may be you can reuse some code? Myles