From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Subject: Re: Edit current tree-node? Date: Mon, 09 Sep 2013 09:13:10 +0200 Message-ID: <522D7506.3030602@jumans.net> References: <522CBAC9.6060207@jumans.net> <20130909003907.GJ20690@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIvfL-0000DV-IK for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 03:13:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIvfE-0007o3-4o for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 03:13:43 -0400 Received: from usrmta01.talkactive.net ([195.128.174.71]:44573 helo=mail.talkactive.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIvfD-0007nq-Uo for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 03:13:36 -0400 Received: from [127.0.0.1] (c-d9f7e155.03-42-73746f4.cust.bredbandsbolaget.se [85.225.247.217]) (Authenticated sender: fredrik@jumans.net) by mail.talkactive.net (Postfix) with ESMTPA id 6A7281223B8 for ; Mon, 9 Sep 2013 09:13:30 +0200 (CEST) In-Reply-To: <20130909003907.GJ20690@kuru.dyndns-at-home.com> 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: emacs-orgmode@gnu.org On 2013-09-09 02:39, Suvayu Ali wrote: > On Sun, Sep 08, 2013 at 07:58:33PM +0200, Fredrik wrote: >> My cursor is on SubTree2 and I would like to open that part in a new buffer >> to brainstorm around it and then put the changes back in to the original >> file. > C-x n s, `org-narrow-to-subtree'. > Perfect! Thank you!