Re: [O] eliminate creation of backup files in :publishing-directory

2014-08-06 Thread regcl
> regcl  writes:
>
>> Is there a way to stop org mode from creating backup files in the
>> :publishing-directory?
>
> What are "backup files" exactly?

e.g., the second time you run org-html-export-to-html or
org-html-publish-to-html on README.org you get README.html -plus-
README.html~. I would like to not produce README.html~. I believe there
is a global emacs setting, but I would prefer to disable only those
backups produced by org-html-export-to-html, etc.

Thanks,
regcl

>
> There is `org-publish-after-publishing-hook' which may help cleaning
> up stuff if needed.



Re: [O] eliminate creation of backup files in :publishing-directory

2014-06-25 Thread Bastien
regcl  writes:

> Is there a way to stop org mode from creating backup files in the
> :publishing-directory?

What are "backup files" exactly?

There is `org-publish-after-publishing-hook' which may help cleaning
up stuff if needed.

-- 
 Bastien



[O] eliminate creation of backup files in :publishing-directory

2014-06-19 Thread regcl
Is there a way to stop org mode from creating backup files in the
:publishing-directory?

Thanks, regcl