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 <div id="content"> ... </div>, 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