[Orgmode] Exporting to blogspot.com

2011-02-25 Thread Karl Eichwalder
I want to prepare a text ready to be blogged at blogspot.com.

The HTML export is mostly ok.  The rather longish org-export-as-html
function even seems to allow tuning options.  How can I make use of
'body-only'?  How can I pass it to org-export-as-html?

Final goal would be the combination of 'body-only plus table of
contents'.

-- 
Karl Eichwalder


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Exporting to blogspot.com

2011-02-25 Thread Marcel van der Boom

On vr 25-feb-2011 10:53
Karl Eichwalder k...@gnu.franken.de wrote:

 The HTML export is mostly ok.  The rather longish org-export-as-html
 function even seems to allow tuning options.  How can I make use of
 'body-only'?  How can I pass it to org-export-as-html

I have this in my emacs settings file:

; This puts the body inside a buffer called  blog-entry
(defun org-export-body-as-html ()
  (interactive)
  (org-export-as-html 3 nil nil blog-entry t))

marcel

-- 
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV-- http://www.hsdev.com
So! web applications -- http://make-it-so.info
Cobra build  -- http://cobra.mrblog.nl

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode