From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Any easy way to use multiple indirect buffers based on subtrees? Date: Thu, 13 Sep 2018 05:02:58 -0500 Message-ID: <8736udogtp.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0OWw-00008o-UD for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0OWr-0002jE-Qg for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:07:22 -0400 Received: from [195.159.176.226] (port=47621 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g0OWr-0002iX-FB for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 06:07:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g0OUi-0004Xb-Dp for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 12:05:04 +0200 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: emacs-orgmode@gnu.org In addition to Kyle's suggestion, you may find Helm useful, as commands like helm-org-in-buffer-headings have an "Open in indirect buffer" action, which makes it easy to open subtrees in indirect buffers. helm-org-rifle can also do this. If there are certain subtrees you often work with together, you could write a function to open certain entries by UUID in indirect buffers, then arrange the buffers into frames/windows accordingly.