From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: org-copy-subtree: Invalid function: org-preserve-local-variables Date: Sun, 03 Feb 2019 11:14:11 -0500 Message-ID: <87zhrc97e4.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqKPd-0008N2-MJ for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 11:14:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqKPb-000770-GK for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 11:14:29 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:62883) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqKPU-00072W-25 for emacs-orgmode@gnu.org; Sun, 03 Feb 2019 11:14:22 -0500 In-Reply-To: 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: Abdo Haji-Ali , emacs-orgmode@gnu.org Hello, Abdo Haji-Ali writes: > On the latest org-mode version, 9.2, I keep receiving the error > 'org-copy-subtree: Invalid function: org-preserve-local-variables' > whenever I try to move a subtree or when I access my agenda. > > This happens even if I run emacs with '-Q'. > > Emacs : GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.10) This is very likely a problem in your Org installation due to an interaction with the Org version that comes with Emacs 25. (It lacks the macro org-preserve-local-variables.) See .