emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Exporting to blogspot.com


From: Marcel van der Boom
Subject: Re: [Orgmode] Exporting to blogspot.com
Date: Fri, 25 Feb 2011 11:00:01 +0100

On vr 25-feb-2011 10:53
Karl Eichwalder <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]