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/)]

2021-05-29 Thread Richard Stanton
On May 28, 2021, at 11:41 PM, Ihor Radchenko wrote: > > Richard Stanton 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

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/)]

2021-05-29 Thread Ihor Radchenko
Richard Stanton 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

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/)]

2021-05-27 Thread Tim Cross
> (org-babel-do-load-languages >'org-babel-load-languages >'((jupyter . t))) > :bind > ("C-c l" . org-store-link) > ("C-c a" . org-agenda) > :init > (add-hook 'org-mode-hook (lambda () (setq-local > company-minimum-prefix-length 0))) &

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/)]

2021-05-27 Thread Richard Stanton
load-languages 'org-babel-load-languages '((jupyter . t))) :bind ("C-c l" . org-store-link) ("C-c a" . org-agenda) :init (add-hook 'org-mode-hook (lambda () (setq-local company-minimum-prefix-length 0))) Best, Richard > From: Tim Cross > To: emacs

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/)]

2021-05-27 Thread Tim Cross
OK, think I've worked out what the problem is. The function org-url-p is defined in org 9.5, but not org 9.4. Your running org 9.4.6, which does not have that function. The fact something in your install is trying to call org-url-p would indicate you have a mixed or messed up installation of

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/)]

2021-05-27 Thread Tim Cross
Richard Stanton writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org mailing list. >

[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/)]

2021-05-26 Thread Richard Stanton
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.