emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Converting to html in a shell script


From: lanas
Subject: [Orgmode] Converting to html in a shell script
Date: Wed, 12 Mar 2008 20:01:41 -0400

Hi all,

  I would like to convert an org file to HTML, much like C-c C-e h
would do, automatically from a shell script.  So far I've tried
unsuccesfully some permutaions of:

emacs -batch -l ~/.emacs -eval '(org-export-as-html "./file.org")'
emacs -batch -l ~/.emacs -eval '(org-export-as-html)' ./file.org

  Is it at all possible and if so, what would be the actual way of
calling emacs to do this ?

Thanks,

Al




reply via email to

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