[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cache must be active error
From: |
Colin Baxter |
Subject: |
Re: Cache must be active error |
Date: |
Mon, 03 Jul 2023 13:23:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (gnu/linux) |
>>>>> Max Nikulin <manikulin@gmail.com> writes:
> On 03/07/2023 14:03, Colin Baxter wrote:
>> 2. If I remove all the org files from my emacs-30.50.0 and
>> thereby force emacs to use only org-mode from git then I see the
>> error.
> Have you tried to recompile Org from git or to load it uncompiled?
> Concerning mixed-version loading. M-x org-version when read with
> attention may contain a hint. Other tools are
> `list-load-path-shadows' and
> (ignore (pp (mapcar (lambda (x) (list (car x))) load-history)))
> and search for "org"
I now a recipe:
Either with emacs-28.2 or emacs-30.0.50 do:
1. emacs -q <RET>
2. M-x org-agenda <RET>
3. Enter m
4. "Match:" appears in echo area
However:
1. emacs -q <RET>
2. eval in scratch buffer
(add-to-list 'load-path (expand-file-name "~/path/to/git/org-mode/lisp"))
3. M-x org-agenda <RET>
4. Enter m
5. "Cache must be active" now appears in echo area
Am I seeing a new git/org-mode feature or a bug? The lisp files in
git/org-mode/lisp were not byte-compiled.
Colin Baxter.
- Cache must be active error, Colin Baxter, 2023/07/02
- Re: Cache must be active error, Ihor Radchenko, 2023/07/02
- Re: Cache must be active error, Colin Baxter, 2023/07/02
- Re: Cache must be active error, Ihor Radchenko, 2023/07/02
- Re: Cache must be active error, Colin Baxter, 2023/07/02
- Re: Cache must be active error, Max Nikulin, 2023/07/02
- Re: Cache must be active error, Colin Baxter, 2023/07/03
- Re: Cache must be active error, Max Nikulin, 2023/07/03
- Re: Cache must be active error,
Colin Baxter <=
- Re: Cache must be active error, Ihor Radchenko, 2023/07/03
- Re: Cache must be active error, Colin Baxter, 2023/07/03