Re: org-persist asking for temp-file encoding every time

2024-04-08 Thread Brian Elmegaard

On 06-04-2024 14:44, Ihor Radchenko wrote:

You need to redirect where Emacs looks for Org mode:
(add-to-list 'load-path "/path/to/org-mode/lisp")

Somewhere early in your init.el.


Thank you for the hint.
It seems to be working without the issue in the development version.

Brian

Re: org-persist asking for temp-file encoding every time

2024-04-06 Thread Ihor Radchenko
Brian Elmegaard  writes:

> On 20-03-2024 10:14, Ihor Radchenko wrote:
>> org-persist forces encoding in Org 9.7-pre (development version).
>> May you try it and let us know if your problem is still present there?
>>
> I have been looking into this, but it is not clear to me how to override 
> emacs' builtin org-mode, and run another version.
>
> I obtained the version from the repository as explained here: 
> https://orgmode.org/org.html#Installation

You need to redirect where Emacs looks for Org mode:

(add-to-list 'load-path "/path/to/org-mode/lisp")

Somewhere early in your init.el.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: org-persist asking for temp-file encoding every time

2024-04-06 Thread Brian Elmegaard

On 20-03-2024 10:14, Ihor Radchenko wrote:

org-persist forces encoding in Org 9.7-pre (development version).
May you try it and let us know if your problem is still present there?

I have been looking into this, but it is not clear to me how to override 
emacs' builtin org-mode, and run another version.


I obtained the version from the repository as explained here: 
https://orgmode.org/org.html#Installation


Brian

org-persist asking for temp-file encoding every time

2024-03-22 Thread Brian Elmegaard

Hi

I am experiencing a small issue with an org-file.
Every time I close it I am prompted with:
Select coding system (default utf-8):
when org-mode is saving a *Temp file*.

In the *Messages* buffer it says:
org-persist: Writing to 
"c:/Users/user/AppData/Roaming/.emacs.d/org-persist/18/673ac1-50b0-4f3c-9cab-58f496875f4f" 
took 56.90 sec.


Can this somehow be avoided?

Best regards,
Brian




Re: org-persist asking for temp-file encoding every time

2024-03-19 Thread Ihor Radchenko


Brian Elmegaard  writes:

> I am experiencing a small issue with an org-file.
> Every time I close it I am prompted with:
> Select coding system (default utf-8):
> when org-mode is saving a *Temp file*.
>
> In the *Messages* buffer it says:
> org-persist: Writing to
> "c:/Users/user/AppData/Roaming/.emacs.d/org-persist/18/673ac1-50b0-4f3c-9cab-58f496875f4f"
> took 56.90 sec.
>
> Can this somehow be avoided?

May you share your Org version? (M-x org-version)

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



org-persist asking for temp-file encoding every time

2024-03-19 Thread Brian Elmegaard
Hi

I am experiencing a small issue with an org-file.
Every time I close it I am prompted with:
Select coding system (default utf-8):
when org-mode is saving a *Temp file*.

In the *Messages* buffer it says:
org-persist: Writing to
"c:/Users/user/AppData/Roaming/.emacs.d/org-persist/18/673ac1-50b0-4f3c-9cab-58f496875f4f"
took 56.90 sec.

Can this somehow be avoided?

Best regards,
Brian