[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Current Org-mode does not work with Emacs 27
From: |
Yasushi SHOJI |
Subject: |
Current Org-mode does not work with Emacs 27 |
Date: |
Mon, 16 Oct 2023 10:13:29 +0900 |
Hi all,
It appears that Emacs 27 lacks the optional argument for
`get-buffer-create`, while `org-element-parse-secondary-string`
relies on it. This problem was introduced by the commit 37d6bde27fe2.
Additionally, `org-id-find-id-in-file` also uses `get-buffer-create`
with a second argument, but it checks the function and has a condition
to call it with or without the argument.
Given that `org-compat.el` already contains compatibility functions
for different Emacs versions, should we create one for
`get-buffer-create` to address this issue? Since `org-compat.el`
provides compatibility layers for Emacs 26.1 and later, it's
reasonable to assume that Org mode still supports Emacs 27?
Thanks,
--
yashi
- Current Org-mode does not work with Emacs 27,
Yasushi SHOJI <=
- [BUG] CI jobs do not appear to be running (was: Current Org-mode does not work with Emacs 27), Ihor Radchenko, 2023/10/16
- Re: [BUG] CI jobs do not appear to be running, Bastien Guerry, 2023/10/16
- Re: [BUG] CI jobs do not appear to be running, Ihor Radchenko, 2023/10/17
- Re: [BUG] CI jobs do not appear to be running, Bastien Guerry, 2023/10/18
- Re: [BUG] CI jobs do not appear to be running, Ihor Radchenko, 2023/10/19
- Re: [BUG] CI jobs do not appear to be running, Bastien Guerry, 2023/10/19
- Re: [BUG] CI jobs do not appear to be running, Ihor Radchenko, 2023/10/24
- Re: [BUG] CI jobs do not appear to be running, Bastien Guerry, 2023/10/24
- Re: [BUG] CI jobs do not appear to be running, Bastien Guerry, 2023/10/28
Re: Current Org-mode does not work with Emacs 27, Ihor Radchenko, 2023/10/16