From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Exporting to ASCII Without Headlines. Date: Thu, 20 Nov 2008 11:11:35 +0000 Message-ID: <492545E7.6000006@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L37Rt-0005hf-Em for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 06:11:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L37Rs-0005hA-8r for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 06:11:48 -0500 Received: from [199.232.76.173] (port=58276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L37Rr-0005h4-V9 for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 06:11:48 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:51926) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L37Rr-0007fC-Tt for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 06:11:48 -0500 Received: from [217.146.125.43] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1L37Rk-0008Md-23 for emacs-orgmode@gnu.org; Thu, 20 Nov 2008 06:11:40 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 8103ED48B for ; Thu, 20 Nov 2008 11:12:59 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CZRPXEe8mza1 for ; Thu, 20 Nov 2008 11:12:59 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id F27A6D486 for ; Thu, 20 Nov 2008 11:12:58 +0000 (GMT) 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 I am writing a magazine article and including their markup for the article in my org file. For example I have: ** Top Bar - Tutorial Web cams in Linux. ///TOPBAR/// Tutorial Webcams in Linux. Ideally I would like to be able to export my org file to ASCII without any headlines, as the editor doesn't want them in my submitted copy. I have had a look through the exporter options, but can't see an obvious way of doing this. This isn't a big deal, as I can easily fix the text with a quick run through sed, but I was curious if there was an org way of doing it. Ian.