Hello,
Britt Anderson writes:
> Using org version 9.2 and emacs version 26.1 I received the error in the
> subject line when trying to move or archive subtrees. It seems to me
> that this is related to the
>
> (eval-and-compile (require 'org-macs))
>
> line in org.el as replacing it with (requir
Using org version 9.2 and emacs version 26.1 I received the error in the
subject line when trying to move or archive subtrees. It seems to me
that this is related to the
(eval-and-compile (require 'org-macs))
line in org.el as replacing it with (require 'org-macs) solved that
problem.
Can someon