From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Edit current tree-node? Date: Mon, 9 Sep 2013 02:39:07 +0200 Message-ID: <20130909003907.GJ20690@kuru.dyndns-at-home.com> References: <522CBAC9.6060207@jumans.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIpVi-0005hU-Oa for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 20:39:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIpVa-00082F-An for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 20:39:22 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:56980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIpVZ-000822-Th for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 20:39:14 -0400 Received: by mail-ea0-f172.google.com with SMTP id r16so2809992ead.3 for ; Sun, 08 Sep 2013 17:39:12 -0700 (PDT) Content-Disposition: inline In-Reply-To: <522CBAC9.6060207@jumans.net> 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 Sun, Sep 08, 2013 at 07:58:33PM +0200, Fredrik wrote: > In babel you can push C-c ' and a new buffer opens to edit the current code > in a new buffer. Does something similar exist to edit a part of an org-file? > Say I have the following : > > * Tree 1 > ** SubTree2 > * Tree 2 > * Tree 3 > > 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'. -- Suvayu Open source is the future. It sets us free.