From mboxrd@z Thu Jan 1 00:00:00 1970 From: 42 147 Subject: yanking a headline in folded state Date: Mon, 01 Apr 2013 22:56:24 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMrOn-0004t0-Nj for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 22:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMrOm-000494-Up for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 22:56:37 -0400 Received: from plane.gmane.org ([80.91.229.3]:59935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMrOm-00048B-Ob for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 22:56:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UMrP9-0006bq-52 for emacs-orgmode@gnu.org; Tue, 02 Apr 2013 04:56:59 +0200 Received: from c-68-50-177-113.hsd1.md.comcast.net ([68.50.177.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Apr 2013 04:56:59 +0200 Received: from aeuster by c-68-50-177-113.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Apr 2013 04:56:59 +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 Hello mailing list, A source of slight irritation is killing a whole headline with C-k (usually to move it to another buffer), and seeing it unfold every single sub-headline after I yank it to its new position. This causes tremendous chaos sometimes, especially if there are a number of nested sub-headlines, and the killed headline itself needs to be adjusted to a deeper / shallower level (depending on where I inserted it). So in fewer words: how do I yank a headline in its folded state? Much thanks, 42