From mboxrd@z Thu Jan 1 00:00:00 1970 From: jdavidboyd@adboyd.com (J. David Boyd) Subject: Re: copying a folded task expands when pasting Date: Thu, 17 Apr 2014 11:12:18 -0400 Message-ID: References: <878ur4818f.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wao1v-00023x-4n for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 11:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wao1p-0001pA-QR for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 11:15:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:56306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wao1p-0001m7-BX for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 11:15:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wao1n-0004Pv-Mv for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 17:15:03 +0200 Received: from www1.g9.pair.com ([66.39.4.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 17:15:03 +0200 Received: from jdavidboyd by www1.g9.pair.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 17:15:03 +0200 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 Bastien writes: > 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, I should have know it was in there somewhere. Thanks for the info! Dave