From mboxrd@z Thu Jan 1 00:00:00 1970 From: Britt Anderson Subject: org-copy-subtree: Invalid function: org-preserve-local-variables Date: Mon, 07 Jan 2019 15:13:01 -0500 Message-ID: <87pnt88bw2.fsf@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggbH3-0006Bt-H0 for emacs-orgmode@gnu.org; Mon, 07 Jan 2019 15:13:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggbGz-0001pw-6W for emacs-orgmode@gnu.org; Mon, 07 Jan 2019 15:13:23 -0500 Received: from [195.159.176.226] (port=46515 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggbGt-0001VL-2C for emacs-orgmode@gnu.org; Mon, 07 Jan 2019 15:13:16 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ggbEf-0006Yv-4J for emacs-orgmode@gnu.org; Mon, 07 Jan 2019 21:10:57 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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 someone tell me whether this is actually related to something else that I may have set up faulty or whether there is a more correct fix. Thanks,