From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: yanking a headline in folded state Date: Wed, 03 Apr 2013 11:31:21 +0200 Message-ID: <87sj38ufiu.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNK2Q-0003Xj-Fu for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 05:31:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNK2O-0007t4-Tr for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 05:31:26 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:57148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNK2O-0007sp-NK for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 05:31:24 -0400 Received: by mail-wi0-f177.google.com with SMTP id hm14so1294555wib.10 for ; Wed, 03 Apr 2013 02:31:23 -0700 (PDT) In-Reply-To: (42's message of "Mon, 01 Apr 2013 22:56:24 -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: 42 147 Cc: emacs-orgmode@gnu.org Hi 42, 42 147 writes: > So in fewer words: how do I yank a headline in its folded state? In Emacs 24.3, there is `yank-excluded-properties' and `yank-handled-properties' which allow you to select what properties are excluded/handled by a yank. HTH, -- Bastien