Good morning, Richard and list
1) I updated org from MELPA. Previous versions had same problem.
2) I can't find the files in my entire computer.
3) With emacs -q there are not error messages. I send M-: or write
(require 'org) and press C-x C-e in the scratch and I see nothing
special, just:
org [2 times]
elisp--preceding-sexp: End of file during parsing
Mark set
Best regards,
Ypo
El 14/03/2021 a las 18:05, Richard Lawrence escribió:
Hi Ypo,
Ypo <ypun...@gmail.com> writes:
Problems while trying to load feature ‘ol-org-w3m’ [etc.]
It says "ol-..." because I tried to solve it after reading the mail
list. It is said that it happens because in version 27.1 files changed
their name from "org-bbdb" to "ol-org-bbdb", but as you can see, the
problems keep popping up. I'd say those files don't even exist on my
computer.
/GNU Emacs 27.1 (build 1, i686-w64-mingw32)//of 2020-08-21/
/org: Version: 20210308/
I think we need some more information to help you:
1) How did you install Org? (Git? MELPA?) It looks like you are using a
very recent version, more recent than what ships with Emacs or is
available on ELPA.
2) It's not clear to me whether you have verified that you have the
files. Have you checked that these files exist and are somewhere on your
Emacs load-path?
3) Do you still see this problem if you run emacs -q?
What happens if you then execute
(require 'org)
via M-: or via C-x C-e in *scratch*?