Anders Johansson <[email protected]> writes: > Commit: 807c73ee4799206046b7605eb67710495269a40d > which intends to check that we are at a planning element when changing > timestamps causes a bug for me: > > I get: "Not an Org time string: #+TITLE: TTTT", when trying to update > timestamps. > > This is almost certainly because the added line modifies match data ( > org-element-at-point may do so, according to docstring) > (org-element-type-p (org-element-at-point) 'planning) > > And so `(setq ts (match-string 1))` gets the wrong match data.
Oops. Fixed on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=00c0709e7 -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
