Sacha Chua <[email protected]> writes: > Ihor Radchenko <[email protected]> writes: > > Hello, Ihor, all! > >> As discussed during the meetup, let the discussion about >> org-forward/backward-paragraph be separate from the patch. >> Could you please strip the test cases that involve lists from the patch? >> Also, please add ORG-NEWS entry announcing the addition. > > I noticed that sentence-at-point was misbehaving for headings too, and I > think that a > more elegant way to fix this is to provide a proper adapter for > forward-thing-provider-alist. What do you think about this patch?
Looks good. Although we can do even better. Rather than defining special new functions, we can make org-forward-sentence follow forward-sentence spec - actually use its argument. Moreover, Emacs 30+ has forward-sentence-function, which Org can directly set if we make org-forward-sentence conform to the convention. That will make thing-at-point work magically. -- 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>
