Justin <justinval...@gmail.com> writes: > Also available at fake PR https://github.com/vallon/org-mode/pull/1
> Subject: [PATCH] flatten-tree is new in 27.1; require compat > > --- > lisp/org-src.el | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lisp/org-src.el b/lisp/org-src.el > index 317682844..b8db7c128 100644 > --- a/lisp/org-src.el > +++ b/lisp/org-src.el > @@ -40,6 +40,7 @@ > (require 'org-compat) > (require 'org-keys) > (require 'sh-script) > +(require 'compat) Unfortunately, it is not so easy. compat is an external package and is also not available when Org is distributed as a part of Emacs. See https://list.orgmode.org/orgmode/87r0t3gahd.fsf@localhost/ Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>