emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Uwe Brauer
Subject: [O] export to latex, make-backup-files, vc-make-backup-files
Date: Fri, 21 Jun 2019 14:24:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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 

test.tex.~1~

are generated and if I export once again I will have another backup
file.


I even set in my orgfile 
#+BEGIN_SRC emacs-lisp 
(set (make-local-variable 'make-backup-files) nil)
#+END_SRC

But it does not help

Is this a bug?

Regards

Uwe Brauer 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]