[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] org-src: flatten-tree is Emacs 27.1; require compat
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] org-src: flatten-tree is Emacs 27.1; require compat |
Date: |
Wed, 05 Jul 2023 10:23:52 +0000 |
Justin <justinvallon@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>