From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: using org-export-generic Date: Thu, 16 Apr 2009 19:06:27 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuRlZ-0007gr-4O for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 09:36:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuRlU-0007fF-Km for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 09:36:32 -0400 Received: from [199.232.76.173] (port=34285 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuRlU-0007fC-EJ for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 09:36:28 -0400 Received: from mail-gx0-f160.google.com ([209.85.217.160]:41608) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuRlU-00052Y-20 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 09:36:28 -0400 Received: by gxk4 with SMTP id 4so2616458gxk.18 for ; Thu, 16 Apr 2009 06:36:27 -0700 (PDT) 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 , wjhns209@hardakers.net Im trying to play around with Wes's org-export-generic to export to curl I need to turn off the heading number generation that org normally automatically does ie * A head * Another head *** A SubHead becomes 1 A head 2 Another head 2.1 A SubHead I dont want those 1, 2 and 1.2 etc because curl (like latex?) does that on its own Any tips? Thanks