On 19/01/2023 11:11, Richard Kim wrote:
(setq org-element-cache-persistent nil)
Prior to me adding above line, I would get mysterious hangs, and all
kinds of frequent errors. I tried debug-on-quit and debug-on-error, but
this "org persist" thing was impossible to debug.
Did it happen for rem
Richard Kim writes:
> I would suggest disabling "org persist" which has caused so much grief for me.
>
> (setq org-element-cache-persistent nil)
org-persist can only affect opening and closing the file. I doubt that
it is the culprit here.
> Prior to me adding above line, I would get mysterious
Ihor Radchenko writes:
> Marcin Borkowski writes:
>
>> so I have a bunch of Org files, most of them pretty big (over 1
>> megabyte), and one of them repeatedly causes my Emacsa to hang.
>> Sometimes a plain `C-g' helps, sometimes I need to kill the Emacs
>> process. How do I even begin to find
Marcin Borkowski writes:
> so I have a bunch of Org files, most of them pretty big (over 1
> megabyte), and one of them repeatedly causes my Emacsa to hang.
> Sometimes a plain `C-g' helps, sometimes I need to kill the Emacs
> process. How do I even begin to find out what happens? Any hints?
1
Hi fellow Orgers,
so I have a bunch of Org files, most of them pretty big (over 1
megabyte), and one of them repeatedly causes my Emacsa to hang.
Sometimes a plain `C-g' helps, sometimes I need to kill the Emacs
process. How do I even begin to find out what happens? Any hints?
TIA,
--
Marcin