Re: [BUG] org-persist--refresh-gc-lock now showing up after update to 30.1 [9.7.24 (9.7.24-7fa7a5 @ /Users/cchoi/.config/emacs/elpa/org-9.7.24/)]

2025-03-15 Thread Ihor Radchenko
Charles Choi writes: > After updating to Emacs 30.1, I now see the error message in *Messages* > > Error running timer ‘org-persist--refresh-gc-lock’: (wrong-type-argument > listp \...) > > > So far running Org seems nominal, but thought I'd report this error > message anyways. Sounds like a dup

[BUG] org-persist--refresh-gc-lock now showing up after update to 30.1 [9.7.24 (9.7.24-7fa7a5 @ /Users/cchoi/.config/emacs/elpa/org-9.7.24/)]

2025-03-04 Thread Charles Choi
After updating to Emacs 30.1, I now see the error message in *Messages* Error running timer ‘org-persist--refresh-gc-lock’: (wrong-type-argument listp \...) So far running Org seems nominal, but thought I'd report this error message anyways. Remember to cover the basics, that is, what you exp

Re: [BUG] org-persist-write-all is slow because of use of pp [9.8-pre (release_9.7.8-713-g62cbac @ /home/viz/lib/emacs/straight/build/org/)]

2024-08-10 Thread Ihor Radchenko
Visuwesh writes: >> So much for the idea of readable index file. > > It is unfortunate, indeed, since the pp version of the file is really > handy when looking into org-persist issues. Though, I must mention that > the slowness reported in OP is compounded by my fairly aggressive CPU > governor

Re: [BUG] org-persist-write-all is slow because of use of pp [9.8-pre (release_9.7.8-713-g62cbac @ /home/viz/lib/emacs/straight/build/org/)]

2024-08-10 Thread Visuwesh
[சனி ஆகஸ்ட் 10, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> I am using the async LaTeX preview branch and org-persist-write-all >> takes a lot of time to finish executing due to the use of pp when saving >> the index file. Changing org-persist-write:index to not pass a non-nil >> PP argu

Re: [BUG] org-persist-write-all is slow because of use of pp [9.8-pre (release_9.7.8-713-g62cbac @ /home/viz/lib/emacs/straight/build/org/)]

2024-08-10 Thread Ihor Radchenko
Visuwesh writes: > I am using the async LaTeX preview branch and org-persist-write-all > takes a lot of time to finish executing due to the use of pp when saving > the index file. Changing org-persist-write:index to not pass a non-nil > PP argument to org-persist--write-elisp-file changes the ex

Re: [BUG] Org-persist

2024-07-30 Thread Ihor Radchenko
Christian Moe writes: > I do have a backup of the org-persist directory if there's anything to > be learned from it about how this happened (but I'm traveling, and don't > have much time for forensics at the moment). I don't think so. Not in this case. I think that we simply need to do format ch

Re: [BUG] Org-persist

2024-07-30 Thread Christian Moe
Fixed: I killed emacs, deleted ~/.cache/org-persist/, and things look OK after restart. Sorry, obvious solution, but I wasn't thinking straight last night. I do have a backup of the org-persist directory if there's anything to be learned from it about how this happened (but I'm traveling, and d

[BUG] Org-persist

2024-07-30 Thread Christian Moe
Hi, It seems my org-persist cache has somehow been corrupted so that opening any Org-mode file suddenly causes this odd and severe error: File mode specification error: (wrong-type-argument listp £”6C?’^c) Retyping the above since the characters may turn out wrong: (wrong-type-argument listp \27

Re: [SOLVED] (was: [BUG] org-persist [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)])

2021-12-28 Thread Ihor Radchenko
Uwe Brauer writes: > I found the culprit, the recently installed org-real pkg. > > I uninstalled it and everything was back to normally. Hmm. I suspect that org-real might not be the problem by itself. Rather you may load it too early and pull-in built-in org. Best, Ihor

[SOLVED] (was: [BUG] org-persist [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)])

2021-12-28 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > In connection with my earlier bug report, here is the backtrace when starting > emacs > Debugger entered--Lisp error: (void-function org-file-name-concat) > (void-variable org-descriptive-links) > You should still send this bug report. I found the culprit, t

[BUG] org-persist [9.5 (release_9.5-194-gdb302d @ /home/oub/emacs/site-lisp/packages/org/)]

2021-12-28 Thread Uwe Brauer
In connection with my earlier bug report, here is the backtrace when starting emacs Debugger entered--Lisp error: (void-function org-file-name-concat) org-file-name-concat("/home/oub/.cache" "org-persist/") byte-code("\301\302\303 \304\1!\203\16\0\10\202\17\0\211\262\1\305\"!\207" [user-emac

Re: [BUG] org-element-cache bug: org-persist-read persists seemingly forever

2021-12-25 Thread Ihor Radchenko
Samuel Wales writes: > 20051 135025 938122 other--a.org > > this is a smallish to middling file for me. my largest is 4x larger. > i haven't gotten new org to work yet so i haven't revisited this yet. This is odd. It only takes 2 sec to write caches for my largest 15Mb file. Though I have SSD.

Re: [BUG] org-element-cache bug: org-persist-read persists seemingly forever

2021-12-24 Thread Samuel Wales
20051 135025 938122 other--a.org this is a smallish to middling file for me. my largest is 4x larger. i haven't gotten new org to work yet so i haven't revisited this yet. On 12/24/21, Ihor Radchenko wrote: > Samuel Wales writes: > >> this reproduces most or all of the time. idk if it is uefu

Re: [BUG] org-element-cache bug: org-persist-read persists seemingly forever

2021-12-24 Thread Ihor Radchenko
Samuel Wales writes: > this reproduces most or all of the time. idk if it is ueful to > anybody, but i thought i would post it in case it is instantly > recognizable. > > emacs 25. latest 9.5 org main. > > Debugger entered--Lisp error: (quit) > read(#) > org-persist-read(org-element--cache

[BUG] org-element-cache bug: org-persist-read persists seemingly forever

2021-12-23 Thread Samuel Wales
this reproduces most or all of the time. idk if it is ueful to anybody, but i thought i would post it in case it is instantly recognizable. emacs 25. latest 9.5 org main. Debugger entered--Lisp error: (quit) read(#) org-persist-read(org-element--cache #) org-mode() set-auto-mode-0(org-m