Yasushi SHOJI writes:
> 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.
Thanks for reporting!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emac
Yasushi SHOJI writes:
> 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.
This was not caught by our CI tests for some reason, despite
make test EMACS
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