Re: Invalid function: org-preserve-local-variables

2021-03-24 Thread Loris Bennett
us-contrib-20210222/) >>> >>> and today I encountered the following error when refiling >>> >>> org-refile: Invalid function: org-preserve-local-variables >>> >>> Despite the error, the refiling itself did however work. >>> >>> I

Re: Invalid function: org-preserve-local-variables

2021-03-22 Thread Loris Bennett
Kyle Meyer writes: > Loris Bennett writes: > >> Hi, >> >> I'm running >> >> Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ >> /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) >> >> and today I encountered the following er

Re: Invalid function: org-preserve-local-variables

2021-03-21 Thread Kyle Meyer
Loris Bennett writes: > Hi, > > I'm running > > Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ > /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) > > and today I encountered the following error when refiling > > org-refile: Invalid function: org-p

Invalid function: org-preserve-local-variables

2021-03-15 Thread Loris Bennett
Hi, I'm running Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) and today I encountered the following error when refiling org-refile: Invalid function: org-preserve-local-variables Despite the error, the refiling itsel

Re: Bug: 20200525 release: invalid function: org-preserve-local-variables [9.3.6 (9.3.6-75-gb614ed-elpa @ /home/jgoerzen/.emacs.d/elpa/org-20200525/)]

2020-05-27 Thread Kyle Meyer
alid request", so I'm on > 20200525. > > Many actions, and in particular refile, produce: > > Invalid function: org-preserve-local-variables > > and fail. > > (org-refile) is defined in org.el but why it doesn't seem to be seeing > org-macs is beyond me.

Bug: 20200525 release: invalid function: org-preserve-local-variables [9.3.6 (9.3.6-75-gb614ed-elpa @ /home/jgoerzen/.emacs.d/elpa/org-20200525/)]

2020-05-27 Thread John Goerzen
hines fail downloading the tar of that version from ELPA with "invalid request", so I'm on 20200525. Many actions, and in particular refile, produce: Invalid function: org-preserve-local-variables and fail. (org-refile) is defined in org.el but why it doesn't seem to be see

Re: [O] Bug: org-copy-subtree: Invalid function: org-preserve-local-variables

2019-02-04 Thread Abdo Haji-Ali
e. > > On Sun, Feb 3, 2019 at 4:14 PM Kyle Meyer wrote: > > > > 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-v

Re: [O] Bug: org-copy-subtree: Invalid function: org-preserve-local-variables

2019-02-03 Thread Abdo Haji-Ali
-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

Re: [O] Bug: org-copy-subtree: Invalid function: org-preserve-local-variables

2019-02-03 Thread Kyle Meyer
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 wi

[O] Bug: org-copy-subtree: Invalid function: org-preserve-local-variables

2019-02-03 Thread Abdo Haji-Ali
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-r

Re: [O] org-copy-subtree: Invalid function: org-preserve-local-variables

2019-01-08 Thread Nicolas Goaziou
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

[O] org-copy-subtree: Invalid function: org-preserve-local-variables

2019-01-07 Thread Britt Anderson
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