From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Excluding just heading from export Date: Sat, 06 Feb 2010 13:17:42 +0000 Message-ID: <87hbpufqq1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdkYo-0007bU-KY for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 08:18:54 -0500 Received: from [199.232.76.173] (port=36962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdkYo-0007b5-6X for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 08:18:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdkYm-0002Eh-JY for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 08:18:53 -0500 Received: from lo.gmane.org ([80.91.229.12]:43073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdkYm-0002Dy-7W for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 08:18:52 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NdkYZ-0002f1-6v for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 14:18:39 +0100 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2010 14:18:39 +0100 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2010 14:18:39 +0100 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 is there any way of excluding just a heading from export, whilst exporting the text below it in the usual way? If I use :noexport: it does what it says in the documentation - prevents the entire subtree from exporting. For my current work though, I'd like to use headings to rough out a structure write notes - noexport is fine for this. Then in each section I want to export the final 'written up' version. I can separate those with different headings, but don't want the headings to show up in the exported text. Example: * Essay title ** Notes on paragraph 1 :noexport: These are notes which I want to remain hidden, including the heading ** Paragraph 1 This is the text I want to see exported, but I don't want the heading Is this possible? Paul