* org-persist asking for temp-file encoding every time @ 2024-03-18 10:21 Brian Elmegaard 2024-03-19 20:19 ` Brian Elmegaard 0 siblings, 1 reply; 6+ messages in thread From: Brian Elmegaard @ 2024-03-18 10:21 UTC (permalink / raw) To: emacs-orgmode 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* org-persist asking for temp-file encoding every time 2024-03-18 10:21 org-persist asking for temp-file encoding every time Brian Elmegaard @ 2024-03-19 20:19 ` Brian Elmegaard 2024-03-19 20:38 ` Ihor Radchenko 0 siblings, 1 reply; 6+ messages in thread From: Brian Elmegaard @ 2024-03-19 20:19 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 391 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 1159 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-persist asking for temp-file encoding every time 2024-03-19 20:19 ` Brian Elmegaard @ 2024-03-19 20:38 ` Ihor Radchenko 0 siblings, 0 replies; 6+ messages in thread From: Ihor Radchenko @ 2024-03-19 20:38 UTC (permalink / raw) To: Brian Elmegaard; +Cc: emacs-orgmode Brian Elmegaard <brian@elmegaard.net> 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 <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <vpjnl6gkth9cq9cujbbj9c0p.1710925681171@email.android.com>]
[parent not found: <87sf0ljme0.fsf@localhost>]
* Re: org-persist asking for temp-file encoding every time [not found] ` <87sf0ljme0.fsf@localhost> @ 2024-04-06 8:23 ` Brian Elmegaard 2024-04-06 12:44 ` Ihor Radchenko 0 siblings, 1 reply; 6+ messages in thread From: Brian Elmegaard @ 2024-04-06 8:23 UTC (permalink / raw) To: Ihor Radchenko; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 422 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 878 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-persist asking for temp-file encoding every time 2024-04-06 8:23 ` Brian Elmegaard @ 2024-04-06 12:44 ` Ihor Radchenko 2024-04-08 10:01 ` Brian Elmegaard 0 siblings, 1 reply; 6+ messages in thread From: Ihor Radchenko @ 2024-04-06 12:44 UTC (permalink / raw) To: Brian Elmegaard; +Cc: emacs-orgmode Brian Elmegaard <brian@elmegaard.net> 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 <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-persist asking for temp-file encoding every time 2024-04-06 12:44 ` Ihor Radchenko @ 2024-04-08 10:01 ` Brian Elmegaard 0 siblings, 0 replies; 6+ messages in thread From: Brian Elmegaard @ 2024-04-08 10:01 UTC (permalink / raw) To: Ihor Radchenko; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 288 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 642 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-08 10:03 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-03-18 10:21 org-persist asking for temp-file encoding every time Brian Elmegaard 2024-03-19 20:19 ` Brian Elmegaard 2024-03-19 20:38 ` Ihor Radchenko [not found] <vpjnl6gkth9cq9cujbbj9c0p.1710925681171@email.android.com> [not found] ` <87sf0ljme0.fsf@localhost> 2024-04-06 8:23 ` Brian Elmegaard 2024-04-06 12:44 ` Ihor Radchenko 2024-04-08 10:01 ` Brian Elmegaard
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).