From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode release 4.58 Date: Tue, 5 Dec 2006 22:13:29 +0100 Message-ID: References: <52a846166a54d45fda4e35fb00b089cd@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrhbZ-0008Qt-KN for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 16:13:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrhbY-0008Qh-BE for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 16:13:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrhbY-0008Qe-94 for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 16:13:32 -0500 Received: from [193.252.22.249] (helo=smtp-4.orange.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrhbY-00010O-3A for emacs-orgmode@gnu.org; Tue, 05 Dec 2006 16:13:32 -0500 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6304.orange.nl (SMTP Server) with ESMTP id 936E3700008F for ; Tue, 5 Dec 2006 22:13:30 +0100 (CET) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eddward DeVilla Cc: emacs-orgmode On Dec 5, 2006, at 21:59, Eddward DeVilla wrote: > This is just after a quick test. It looks like there is supposed to > be a menu item for open a subtree in an indirect buffer under > show/hide. It doesn't do anything for me. Yes, stupid bug, fixed, thanks. > C-c C-x b and C-u C-c C-x > b both work. > > I was also wondering if it be reasonable to add a variant to open the > subtree in the current window. I already tweaked the example you > provided before to do it, but I didn't know if it would be reasonable > for org-mode to allow it. I think I would also use it a good deal > from agenda. There is a variable to configure how this should be done: org-indirect-tree-new-frame However, it does not yet include `current-window', I'll add this, makes sense. Thanks - Carsten