emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/bo


From: Ihor Radchenko
Subject: Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]
Date: Sun, 04 Sep 2022 23:58:00 +0800

Sharon Kimble <boudiccas@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



reply via email to

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