[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-element--cache: (org-agenda) Cached element is incorrect [
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] org-element--cache: (org-agenda) Cached element is incorrect [9.6 (release_9.6-90-gf49ee9 @ /home/stefan/.emacs.d/contrib/org-mode/lisp/)] |
Date: |
Mon, 02 Jan 2023 07:29:45 +0000 |
Ihor Radchenko <yantar92@posteo.net> writes:
> Thanks! It looks like you found the culprit.
>
> `org-startup-align-all-tables' triggers a function that changes buffer
> contents (tables) during Org loading. For same reason, this function is
> executed with modification hooks being suppressed and cache missing the
> edits as a result.
>
> The problematic commit is
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9c4d403ada376dca771d9c2dadd7e9eebf4d5f7f
I now moved table alignment code out of `org-unmodified'.
Fixed.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1cd39c9e3
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [BUG] org-element--cache: (org-agenda) Cached element is incorrect [9.6 (release_9.6-90-gf49ee9 @ /home/stefan/.emacs.d/contrib/org-mode/lisp/)],
Ihor Radchenko <=