Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-24 Thread Uwe Brauer
> Uwe Brauer writes: > Those are the setting I have. > Why not? If it's under VC, why do you need emacs to make backups for you? But only some of my files are, most of them are not under VC, so if I set this variable globally to nil, no backups for files which are not under VC control

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-24 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> FWIW, I tried a set-up with git (I don't have mercurial available) and I > cannot >> reproduce this. > >> I'm not using numbered backups but the two variables you mention are set > the >> same way for me. Here's what I did: > >

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-22 Thread Uwe Brauer
> Uwe Brauer writes: > FWIW, I tried a set-up with git (I don't have mercurial available) and I cannot > reproduce this. > I'm not using numbered backups but the two variables you mention are set the > same way for me. Here's what I did: Do you have really make-backup-files

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-22 Thread Uwe Brauer
> Uwe Brauer writes: Thanks for you response. > FWIW, I tried a set-up with git (I don't have mercurial available) and I cannot > reproduce this. > I'm not using numbered backups but the two variables you mention are set the > same way for me. Here's what I did: A wait what

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-21 Thread Nick Dokos
Uwe Brauer writes: > Hi > > The following kills me. > > I have set > > make-backup-files t, > vc-make-backup-files nil > > I am in a directory which is under version control (mercurial). > > The file test.org and test.tex are *both* under VC control. > > However when I export test.org to

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-21 Thread Fraga, Eric
On Friday, 21 Jun 2019 at 17:22, Uwe Brauer wrote: > Do you have any idea how to avoid the creation of the backup files, > without setting the make-backup-files variable globally to nil. I can only suggest that you might be able to make that variable local to the .tex file using some hook? I

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-21 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Friday, 21 Jun 2019 at 14:24, Uwe Brauer wrote: >> I even set in my orgfile >> >> #+BEGIN_SRC emacs-lisp >> (set (make-local-variable 'make-backup-files) nil) >> #+END_SRC > but this will not affect the setting of that variable for the .tex file, > only

Re: [O] export to latex, make-backup-files, vc-make-backup-files

2019-06-21 Thread Fraga, Eric
On Friday, 21 Jun 2019 at 14:24, Uwe Brauer wrote: > I even set in my orgfile > > #+BEGIN_SRC emacs-lisp > (set (make-local-variable 'make-backup-files) nil) > #+END_SRC but this will not affect the setting of that variable for the .tex file, only the current org file where you execute this

[O] export to latex, make-backup-files, vc-make-backup-files

2019-06-21 Thread Uwe Brauer
Hi The following kills me. I have set make-backup-files t, vc-make-backup-files nil I am in a directory which is under version control (mercurial). The file test.org and test.tex are *both* under VC control. However when I export test.org to test.tex say twice the files test.tex and