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
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 ~/.
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)' ./