On 2023-01-16 00:30, Tom Gillespie wrote: > * lisp/ob-core.el: org-babel-temporary-stable-directory use the > symbol version of temporary-file-directory since the function form > is not available on emacs 25.
On 2023-01-16 13:44, Ihor Radchenko wrote: > Note that Emacs 25 is no longer officially supported. AFAIR, some > Org components are already failing in Emacs 25. > > However, the patch itself is reasonable because the return value of > `temporary-file-directory' depends on `default-directory' - > something we don't want to do for `defvar' statement. On 2023-01-20 14:13, Ihor Radchenko wrote: > This is no longer needed as this exact line generated a bug reported > in > https://list.orgmode.org/[email protected]/T/#t > > I removed the `temporary-file-directory' function call while fixing > that bug. Resolved, by ‘cbb288eaa’ on main (for our bug tracker). Thanks, -- Jacob S. Gordon [email protected] Please don’t send me HTML emails or MS Office/Apple iWork documents. https://useplaintext.email/#etiquette https://www.fsf.org/campaigns/opendocument
