From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Copy Sub-tree Date: Mon, 28 Oct 2013 13:34:34 -0400 Message-ID: References: <87txg1jovn.fsf@wall.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vaqi7-0005In-VA for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vaqi4-0000cW-92 for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:34:39 -0400 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]:55912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vaqi4-0000c8-21 for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 13:34:36 -0400 Received: by mail-pb0-f48.google.com with SMTP id mc17so1897304pbc.35 for ; Mon, 28 Oct 2013 10:34:34 -0700 (PDT) In-Reply-To: <87txg1jovn.fsf@wall.flintfam.org> 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: Org-Mode On Mon, Oct 28, 2013 at 1:18 PM, Sam Flint wrote: > Is there a speed command or command in general to copy a subtree to the > clipboard or to another file? > > Thanks, > Sam > -- > Sam Flint > swflint@flintfam.org > freenode: swflint > (402) 517-8468 > http://flintfam.org/~swflint > BAFBF3FF > I forgot something. Copy a subtree: C-c C-x M-w Paste a subtree: C-c C-x C-y Scott Randby