[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-export-as-html-batch backup file
From: |
Nick Dokos |
Subject: |
Re: [O] org-export-as-html-batch backup file |
Date: |
Wed, 27 Jun 2012 12:20:07 -0400 |
Enda <address@hidden> 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 above
> scenario?
>
Try
emacs --batch --visit=foo.org --eval '(setq backup-inhibited t)' --funcall
org-export-as-html-batch
Nick
> Best wishes,
>
> Enda
>
>
> ----------------------------------------------------
> Alternatives:
>
> ----------------------------------------------------