Morgan Willcock <morgan@ice9.digital> writes: > I switch between computers fairly frequently and the Org versions may > not be exactly in sync. Rather than editing the source code or > redefining the entire function, would it be acceptable to you if I use > the following advice for testing? > > (advice-add 'org-mode-flyspell-verify > :around (lambda (orig-fun &rest args) > (let (org-log-into-drawer) > (apply orig-fun args))))
Sure. >> Ideally, please check things like CLOCK and automatic todo state change >> notes. > > Moving over those entries with the advice added, I cannot see any > obvious issues, although I imagine some people may see a difference if > their todo-keywords are spelled in a way that doesn't match the > dictionary being used by Flyspell, e.g. CANCELED vs. CANCELLED. Those should not be a big deal - todo keywords are enclosed in "quotation marks". No worse than any other use of special terms inside quotes. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=86abaf6407 -- 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>