Richard Stanton <[email protected]> writes:

> On May 28, 2021, at 11:41 PM, Ihor Radchenko <[email protected]> wrote:
>> 
>> Richard Stanton <[email protected]> writes:
>>> I currently load org using straight.el as follows:
>>> ...
>>> (use-package org-contrib
>>>  :after org
>>> ...
>>> (use-package org
>>>  :after (jupyter)
>> 
>> I suspect that something else is pulling built-in org version before
>> jupyter gets loaded. To make sure that the straight version of Org mode
>> is loaded, I recommend putting the following at the beginning of your
>> init.el:
>> 
>> (straight-use-package '(org :type git :repo
>> "https://code.orgmode.org/bzg/org-mode.git";))
>> (straight-use-package '(org-contrib :type git :repo
>> "https://git.sr.ht/~bzg/org-contrib";))
>> 
>> To debug similar issues, you might set use-package-verbose to t at the
>> beginning of your init.el and examine the *Messages* buffer after
>> startup.
>
> Thanks for the suggestion, Ihor. I’ll experiment.

Cancelled, because it appears to have been user error and the reporter
never returned after this.

-- 
Christer Enfors
Org contributor liaison
GPG Fingerprint: 9CF7 3292 83BC D643 DF01  992C 1C3B 434F 2AC2 B1E6
Public Key available at: keys.openpgp.org

Reply via email to