Sharon Kimble <boudic...@skimble09.plus.com> writes: >> Can you please check if you are using some third-party package that are >> modifying the buffer on save? > > I've found this, but I don't know if this is what you're meaning? > > === > #+BEGIN_SRC emacs-lisp > (defun force-backup-of-buffer () > (setq buffer-backed-up nil)) > > (add-hook 'before-save-hook 'force-backup-of-buffer) > #+END_SRC > [2017-02-07 Tue 05:46] > http://stackoverflow.com/questions/6916529/how-can-i-make-emacs-backup-every-time-i-save > http://www.tonyballantyne.com/EmacsWritingTips.html > === > > If this isn't the cause of the problem, can you give me any hints as to what > I should be looking for please?
This should not be culprit. You can then try: 1. Run clean Emacs version by running "make repro" from Org repository and try to reproduce the issue. 2. If you cannot reproduce, you can try to bisect your config using https://github.com/Malabarba/elisp-bug-hunter Also, see https://open.tube/videos/watch/4d819114-43bf-42df-af94-f94fc53dd0d9 -- Ihor Radchenko, Org mode contributor, Learn more about Org mode at https://orgmode.org/. Support Org development at https://liberapay.com/org-mode, or support my work at https://liberapay.com/yantar92