From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Subject: Edit current tree-node? Date: Sun, 08 Sep 2013 19:58:33 +0200 Message-ID: <522CBAC9.6060207@jumans.net> 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]:39404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIjG3-0007Fq-7h for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 13:58:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIjFv-0006H1-S0 for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 13:58:47 -0400 Received: from usrmta01.talkactive.net ([195.128.174.71]:24217 helo=mail.talkactive.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIjFv-0006Gr-LR for emacs-orgmode@gnu.org; Sun, 08 Sep 2013 13:58:39 -0400 Received: from [192.168.0.11] (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 58F6E1223A0 for ; Sun, 8 Sep 2013 19:58:33 +0200 (CEST) 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 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. Regards, Fredrik