[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Re: export org file to html from command-line
From: |
Jambunathan K |
Subject: |
[O] Re: export org file to html from command-line |
Date: |
Thu, 07 Apr 2011 10:42:58 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) |
Sean Davis <address@hidden> writes:
> I would like to have a way to export a file to html from the
> command-line
,----[ C-h f org-export-as-html-batch RET ]
| org-export-as-html-batch is a compiled Lisp function in `org-html.el'.
|
| (org-export-as-html-batch)
|
| Call the function `org-export-as-html'.
| This function can be used in batch processing as:
| emacs --batch
| --load=$HOME/lib/emacs/org.el
| --eval "(setq org-export-headline-levels 2)"
| --visit=MyFile --funcall org-export-as-html-batch
|
| [back]
`----
--