Re: [O] org-export-as-html-batch backup file

2012-06-27 Thread Nick Dokos
Enda wrote: > When I run: > emacs --batch --visit=index.org --funcall org-export-as-html-batch > > If index.html already exists a backup file index.html~ is created, > however when I export as html within Emacs no backup file is > created. How do I prevent a backup file being created in the abov

[O] org-export-as-html-batch backup file

2012-06-27 Thread Enda
When I run: emacs --batch --visit=index.org --funcall org-export-as-html-batch If index.html already exists a backup file index.html~ is created, however when I export as html within Emacs no backup file is created. How do I prevent a backup file being created in the above scenario? Best wishes,