emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] New error: (void-function org-url-p) when exporting to LaTeX


From: Richard Stanton
Subject: Re: [BUG] New error: (void-function org-url-p) when exporting to LaTeX [9.4.6 (9.4.6-gc5573b @ /Users/stanton/.emacs.d/straight/build/org/)]
Date: Sat, 29 May 2021 00:18:35 -0700

On May 28, 2021, at 11:41 PM, Ihor Radchenko <yantar92@gmail.com> wrote:
> 
> Richard Stanton <rhstanton@berkeley.edu> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]