Re: [O] Batch export to html

2011-12-08 Thread Achim Gratz
Vikas Rawal writes: > I would like to export an org file to html using a batch command. This > is the command I tried. > > emacs --batch --load=$HOME/lisp/org-7.01/lisp/org.el --eval "(setq > org-export-headline-levels 1)" --visit=$HOME/file.org --funcall > org-export-as-html-batch That won't wo

Re: [O] Batch export to html

2011-12-07 Thread Nick Dokos
Vikas Rawal wrote: > I would like to export an org file to html using a batch command. This > is the command I tried. > > emacs --batch --load=$HOME/lisp/org-7.01/lisp/org.el --eval "(setq > org-export-headline-levels 1)" --visit=$HOME/file.org --funcall > org-export-as-html-batch > > But I ge