From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: copying headline structure without contents Date: Thu, 23 Apr 2009 11:47:02 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwvWa-0003sm-2E for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 05:47:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwvWU-0003pp-68 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 05:47:18 -0400 Received: from [199.232.76.173] (port=37445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwvWT-0003pb-PF for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 05:47:13 -0400 Received: from main.gmane.org ([80.91.229.2]:43865 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwvWT-0001s7-75 for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 05:47:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LwvWP-0000eu-3e for emacs-orgmode@gnu.org; Thu, 23 Apr 2009 09:47:09 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Apr 2009 09:47:09 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Apr 2009 09:47:09 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hi all, is it possible to clone all visible or marked headlines without contents? Example: Having these lines: * header1 - contents ** header11 - contents * header2 - contents ** header21 - contents I'd like to have * header1 - contents ** header11 - contents * header2 - contents ** header21 - contents * header1 ** header11 * header2 ** header21 application: having written a spec for a job I want to write another one for a similar subject with headlines as before but changed contents Thanks for any thought! Rainer