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
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
:\ 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
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
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
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
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
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
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 (
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
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
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
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
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
>>
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
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
16 matches
Mail list logo