[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: errors when using org-agenda
From: |
Ihor Radchenko |
Subject: |
Re: Fwd: errors when using org-agenda |
Date: |
Sun, 24 Oct 2021 16:34:53 +0800 |
Max Nikulin <manikulin@gmail.com> writes:
> `org-version' with FULL argument checks whether org and org-loaddedfs
> are loaded from the same directory and adds "mixed installation!" to the
> version string. `org-submit-bug-report' puts full version to the message
> subject but it is easily to miss this warning since it is in the middle
> of the long string.
Yes, but unfortunately it does not handle early Org loading correctly.
Try the following init.el:
(require 'org)
(add-to-list 'load-path (expand-file-name "/path/to/newest/org-mode/lisp"))
Then run emacs -Q -l /path/to/init.el
M-x org-version does not report anything suspicious even though
M-x org-mode will error on current main because old 'org is trying to
load files from the new load-path.
Best,
Ihor
- Re: Fwd: errors when using org-agenda, (continued)
- Re: Fwd: errors when using org-agenda, Greg Minshall, 2021/10/24
- Re: Fwd: errors when using org-agenda, Tim Cross, 2021/10/24
- Re: Fwd: errors when using org-agenda, Greg Minshall, 2021/10/24
- [PATCH] Re: Fwd: errors when using org-agenda, Ihor Radchenko, 2021/10/24
- Re: [PATCH] Re: Fwd: errors when using org-agenda, Tim Cross, 2021/10/24
- Re: Fwd: errors when using org-agenda, Max Nikulin, 2021/10/24
- Re: Fwd: errors when using org-agenda,
Ihor Radchenko <=
- Re: Fwd: errors when using org-agenda, Max Nikulin, 2021/10/27
- Re: Fwd: errors when using org-agenda, William McCoy, 2021/10/23