Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-04 Thread Ihor Radchenko
Scott Randby writes: > I do not use Emacs for email (sorry). The documentation states that when > browse-url-mailto-function is set to nil, then the setting of > browse-url-browse-function will be used. That function is set to > browse-url-default-browser in Org 9.5.5, and it is set to browse-

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-04 Thread Pedro Andres Aranda Gutierrez
Ok, so that’s excluded ;-) PA Enviado desde mi iPhone > El 5 jun 2023, a las 1:29, Rudolf Adamkovič escribió: > > Pedro Andres Aranda Gutierrez writes: > >> this might not be completely the case, but I recently reported a bug >> against native compilation in Emacs. What about trying withou

mailto link issue in 9.5.5 and 9.6.6

2023-06-04 Thread Scott Randby
Hello, I'm having a problem with mailto links. The problem occurs in Org 9.5.5 (running emacs -q) and Org 9.6.6 at least. It did not occur when I used Org 9.4.6. I do not use Emacs for email (sorry). The documentation states that when browse-url-mailto-function is set to nil, then the setting

Re: Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-04 Thread Rudolf Adamkovič
Pedro Andres Aranda Gutierrez writes: > this might not be completely the case, but I recently reported a bug > against native compilation in Emacs. What about trying without netive > compilation? I have just tried without native compilation. No luck! I get the exact same error. Rudy -- "Grea

Re: keep intermediary tex from latex preview

2023-06-04 Thread Timothy
Hi Edgar, > Looks promising! > Is the functionality which I mentioned there as well? (get the .tex for the > preview even in absence of error) Currently, no. Could you elaborate on why you’re interested in this functionality? All the best, Timothy -- Timothy (‘tecosaur’/‘TEC’), Org mode contr

Re: keep intermediary tex from latex preview

2023-06-04 Thread Edgar Lux
On Jun 4, 2023 at 8:34 AM, Ihor Radchenko wrote: > In short no. > And we are also in the process of refactoring the preview system: > https://list.orgmode.org/orgmode/87lek2up0w@tec.tecosaur.net/ Looks promising! Is the functionality which I mentioned there as well? (get the .tex for the pre

Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el

2023-06-04 Thread Max Nikulin
On 10/04/2023 23:58, Ihor Radchenko wrote: Max Nikulin writes: Currently I do not understand: - Why presence of .el files in the same directory (old Org version) with .elc files affects result of compilation (at least for Emacs-28)? I may be missing your point, but `load-prefer-newer' maybe?