From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Want to copy a sparse tree to a buffer Date: Mon, 04 Nov 2013 12:48:50 +0100 Message-ID: <87ob60z8t9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdIeR-0003BY-K2 for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 06:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdIeM-0000U3-C6 for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 06:48:59 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:36671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdIeM-0000Tr-4i for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 06:48:54 -0500 Received: by mail-wg0-f45.google.com with SMTP id z12so1968366wgg.12 for ; Mon, 04 Nov 2013 03:48:53 -0800 (PST) In-Reply-To: (Subhan Tindall's message of "Thu, 24 Oct 2013 11:02:10 -0700") 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: Subhan Tindall Cc: Org-Mode Hi Subhan, Subhan Tindall writes: > What I need to do is grab all subtrees matching e.g. 300 & copy them > into one contiguous block in > another file. I would use an agenda view (perhaps a simple interactive search view) then save the result with C-x C-s mynewfile.org RET -- using .org as the extension of the file will only copy the items of the view. Hope that helps, -- Bastien