Re: [PATCH] fix compat with emacs 25 due using temporary-file-directory

2023-01-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Could you please re-submit the patch altering the commit message stating > the reason I stated? Also, Please quote Elisp symbols in the commit > message as we usually do. See > https://orgmode.org/worg/org-contribute.html#commit-messages This is no longer needed as this

Re: [PATCH] fix compat with emacs 25 due using temporary-file-directory

2023-01-16 Thread Ihor Radchenko
Tom Gillespie writes: > Small bugfix for emacs 25 compat. Best! > (format "babel-stable-%d" (random 1000)) > - (temporary-file-directory > + temporary-file-directory))) Thanks! Note that Emacs 25 is no longer officially supported. AFAI

[PATCH] fix compat with emacs 25 due using temporary-file-directory

2023-01-15 Thread Tom Gillespie
Small bugfix for emacs 25 compat. Best! Tom From f04a44e5cc8143fc6cdbbc92b9d2afb76de4a459 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Mon, 16 Jan 2023 00:25:47 -0500 Subject: [PATCH] fix compat with emacs 25 due using temporary-file-directory function * lisp/ob-core.el: org-babel