Re: [Orgmode] Converting to html in a shell script

2008-03-13 Thread Michael Hohn
lanas wrote: 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-expo

Re: [Orgmode] Converting to html in a shell script

2008-03-12 Thread Bastien Guerry
lanas <[EMAIL PROTECTED]> writes: > 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 ~/.

[Orgmode] Converting to html in a shell script

2008-03-12 Thread lanas
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)' ./