Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Yeah, but it's still getting funky when some init files load the built-in version. But nevertheless, I don't seem to see this problem any more. This bug can be closed. On Tue, 26 Dec 2023 at 22:30, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > > :\ that patch doesn't cleanly apply o

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Ihor Radchenko
Vladimir Nikishkin writes: > :\ that patch doesn't cleanly apply on top of emacs' master by itself. > > And I don't know how to merge org's master into Emacs gracefully. > > I will try with melpa's org, but it's likely to produce a mess with the > configs. > Let me see what I can do. See https

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
:\ that patch doesn't cleanly apply on top of emacs' master by itself. And I don't know how to merge org's master into Emacs gracefully. I will try with melpa's org, but it's likely to produce a mess with the configs. Let me see what I can do. On Tue, 26 Dec 2023 at 21:27, Ihor Radchenko wrote

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Ihor Radchenko
Vladimir Nikishkin writes: > org-version variable returns 9.6.13 > (org-version) function call also returns 9.6.13 > > The test.org file itself has the org version stamp. I see. What about the latest development version of Org mode (main branch)? -- Ihor Radchenko // yantar92, Org mode contrib

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
org-version variable returns 9.6.13 (org-version) function call also returns 9.6.13 The test.org file itself has the org version stamp. On Tue, 26 Dec 2023 at 21:19, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > > Logs attached, the file is very simple, also attached: > > Looks like

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Ihor Radchenko
Vladimir Nikishkin writes: > Logs attached, the file is very simple, also attached: Looks like a bug fixed in Org 9.6.10: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=37d6bde27 And you seems to be using Org 9.6.8. -- Ihor Radchenko // yantar92, Org mode contributor, Learn m

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
On Tue, 26 Dec 2023 at 20:20, Ihor Radchenko wrote: > > Vladimir Nikishkin writes: > > >> If you are using the latest main, you can set `debug-on-error' to t. > >> Then, you will see the backtrace of the error that you can share. > > > > Did that, but it's not very useful: > > > > #+begin_src eli

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Ihor Radchenko
Vladimir Nikishkin writes: >> If you are using the latest main, you can set `debug-on-error' to t. >> Then, you will see the backtrace of the error that you can share. > > Did that, but it's not very useful: > > #+begin_src elisp > Debugger entered--Lisp error: (error "Invalid search bound (wrong

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >> So, this might not actually be the case. >> I am getting a lot of org-element-cache errors recently, and I don't >> seem to be able to find what triggers them to appear. >> The error message is always the same, >> "Invalid search bound (

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Ihor Radchenko
Vladimir Nikishkin writes: > So, this might not actually be the case. > I am getting a lot of org-element-cache errors recently, and I don't > seem to be able to find what triggers them to appear. > The error message is always the same, > "Invalid search bound (wrong side of point)" > > Any ideas

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-26 Thread Vladimir Nikishkin
Vladimir Nikishkin writes: > Ihor Radchenko writes: > >> Vladimir Nikishkin writes: >> May you elaborate about incompatibility? >>> >>> Yes. With org-eldoc loaded, and having a property '#+date: unpublished' >>> in an org file, I am having the '*Messages*' buffer filled with >>> #+b

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-11-09 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >>> May you elaborate about incompatibility? >>> >> >> Yes. With org-eldoc loaded, and having a property '#+date: unpublished' >> in an org file, I am having the '*Messages*' buffer filled with >> #+begin_src elisp >> ⛔ Warning (org-element

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-20 Thread Ihor Radchenko
Vladimir Nikishkin writes: >> May you elaborate about incompatibility? >> > > Yes. With org-eldoc loaded, and having a property '#+date: unpublished' > in an org file, I am having the '*Messages*' buffer filled with > #+begin_src elisp > ⛔ Warning (org-element-cache): org-element--cache: Org pars

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-20 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >> org-contrib has the following lines 206 and 207 in org-eldoc: >> #+begin_src elisp >> ;;;###autoload >> (add-hook 'org-mode-hook #'org-eldoc-load) >> #+end_src >> >> which set up that hook automatically when the package org-contrib is >>

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-20 Thread Ihor Radchenko
Vladimir Nikishkin writes: > org-contrib has the following lines 206 and 207 in org-eldoc: > #+begin_src elisp > ;;;###autoload > (add-hook 'org-mode-hook #'org-eldoc-load) > #+end_src > > which set up that hook automatically when the package org-contrib is > installed. > > that hook is, seemingl

[BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-10-19 Thread Vladimir Nikishkin
Dear Org developers, org-contrib has the following lines 206 and 207 in org-eldoc: #+begin_src elisp ;;;###autoload (add-hook 'org-mode-hook #'org-eldoc-load) #+end_src which set up that hook automatically when the package org-contrib is installed. that hook is, seemingly, incompatible with the