I'm using Org mode 9.2.3 and Emacs 26.2.
When I try to execute all source blocks of an org document with org-babel-execute-buffer (bound to C-C C-v b), I always get the following error message:
Symbol's definition function is void: org-outline-overlay-data
I'm not sure I'm uderstanding. According to the release notes of Org mode 9.2, this function has been removed and replaced by org-save-outline-visibility.
Is this a bug I should report, or am I missing something?
Thanks!
EDIT: The org package has been installed through the Package Menu Buffer, using the GNU repository. I could indeed have two versions of org that are in conflict, since I can see that both org 9.1.9 ('built-in') and org 9.2.3 are displayed in the package menu buffer.