[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] export to latex, make-backup-files, vc-make-backup-files
From: |
Uwe Brauer |
Subject: |
Re: [O] export to latex, make-backup-files, vc-make-backup-files |
Date: |
Fri, 21 Jun 2019 17:22:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>>> "FE" == Fraga, Eric <address@hidden> 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 the current org file where you execute this lisp code, which is why
> you get the backup copy being made.
But the .tex file is under VC control, so no backup copy should be made,
since
vc-make-backup-files nil
(but that may only apply I make in the file)
Do you have any idea how to avoid the creation of the backup files,
without setting the make-backup-files variable globally to nil.
- [O] export to latex, make-backup-files, vc-make-backup-files, Uwe Brauer, 2019/06/21
- Re: [O] export to latex, make-backup-files, vc-make-backup-files, Fraga, Eric, 2019/06/21
- Re: [O] export to latex, make-backup-files, vc-make-backup-files,
Uwe Brauer <=
- Re: [O] export to latex, make-backup-files, vc-make-backup-files, Nick Dokos, 2019/06/21
- Re: [O] export to latex, make-backup-files, vc-make-backup-files, Uwe Brauer, 2019/06/22
- Re: [O] export to latex, make-backup-files, vc-make-backup-files, Uwe Brauer, 2019/06/22
- [O] [[Kludge]] (was: export to latex, make-backup-files, vc-make-backup-files), Uwe Brauer, 2019/06/22