From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: copying a folded task expands when pasting Date: Thu, 17 Apr 2014 16:44:16 +0200 Message-ID: <878ur4818f.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]:55581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WanYA-0002HW-3K for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WanY4-0008GW-4J for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:44:26 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:49912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WanY3-0008GQ-Sa for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:44:20 -0400 Received: by mail-wg0-f45.google.com with SMTP id l18so521292wgh.28 for ; Thu, 17 Apr 2014 07:44:19 -0700 (PDT) In-Reply-To: (J. David Boyd's message of "Thu, 17 Apr 2014 08:57:56 -0400") 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: "J. David Boyd" Cc: emacs-orgmode@gnu.org Hi, jdavidboyd@adboyd.com (J. David Boyd) writes: > So, I C-w on a folded DONE task, move to the bottom of the file, and S-Ins to > place it there. But every time it unfolds it, leaving the point at the bottom > of the entry. Then I need to move back up and refold it. > > Minor point yes, but it's the way I like to work. You can use C-c C-x C-w to kill (cut) a subtree then C-c C-x C-y to yank (paste) it again: if the subtree was folded when you cut it, it will be pasted and folded. HTH, -- Bastien