From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: exporting HTML - content only Date: Mon, 27 Jun 2011 18:54:33 +0200 Message-ID: <4E08B5C9.2070706@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbF4c-0004IZ-S5 for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:54:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbF4b-0004O0-5G for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:54:10 -0400 Received: from mars.hitrost.net ([91.185.211.18]:24764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbF4a-0004G3-NU for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 12:54:08 -0400 In-Reply-To: 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: Tamas K Papp Cc: emacs-orgmode@gnu.org Hi, try all or part of this: - select a region to export - do C-u C-c C-e R (C-u prefix: body only, R: region only) Yours, Christian On 6/27/11 4:18 PM, Tamas K Papp wrote: > Hi, > > I started using org-mode to write blog posts for posting on > blogger.com. I am aware of org-googlecl, but I am looking for a more > lightweight solution to the following problem: > > How can I export only the _content_ of a page as HTML into a buffer? > > Specifically, > > 1. I only want the stuff inside the
...
, > 2. Disabling the generation of a H1 heading from the title, > 3. no postamble/preamble. > > I would like to give the appropriate options at the beginning of the > file to achieve this and just do C-c C-e H or something similar, but I > don't know what options to use. > > I can do all of this manually, but automating it would be easier. > > Thanks, > > Tamas > > >