From: Carlo Tambuatco <oraclmaster@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Strange problem loading org features in Emacs 27.1
Date: Sat, 15 Aug 2020 23:31:21 -0400 [thread overview]
Message-ID: <F1FB434C-EF83-4AB6-AE19-ED9AB0F6BB45@gmail.com> (raw)
I have org-20200803 package installed in my elpa folder.
Here’s the message emacs gives me after loading my org-init.el file initializing org mode in
emacs 27.1:
Problems while trying to load feature ‘org-bbdb’
Problems while trying to load feature ‘org-gnus’
Problems while trying to load feature ‘org-irc’
Problems while trying to load feature ‘org-w3m’
Problems while trying to load feature ‘org-bibtex’
Problems while trying to load feature ‘org-docview’
Problems while trying to load feature ‘org-info’
Problems while trying to load feature ‘org-mhe’
Problems while trying to load feature ‘org-rmail’
The offending line of code in the org-init.el file is:
;;;Customize org modules
(setq org-modules '(org-bbdb
org-gnus
org-habit
org-irc
org-mouse
org-crypt
org-protocol
org-w3m
org-bibtex
org-docview
org-info
org-mhe
org-rmail))
(eval-after-load 'org
'(org-load-modules-maybe t))
As you see, some of them load no problem, but most of them do not.
I checked the org folder, and it seems the .el files that fail to load all start with ‘ol’.
ol-bbdb.el
ol-gnus.el
ol-irc.el
ol-w3m.el
ol-bibtex.el
ol-docview.el
ol-info.el
ol-mhe.el
ol-rmail.el
I don’t know enough about how org mode is organized to know what is going on here, but I just
noticed this happening after upgrading to emacs-27.
What do I do about this problem? Emacs isn’t giving me enough information to give me an idea
of what is going on here.
next reply other threads:[~2020-08-16 3:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-16 3:31 Carlo Tambuatco [this message]
2020-08-16 6:00 ` Strange problem loading org features in Emacs 27.1 Axel Kielhorn
2020-08-16 11:26 ` Carlo Tambuatco
2020-08-16 12:19 ` John Kitchin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F1FB434C-EF83-4AB6-AE19-ED9AB0F6BB45@gmail.com \
--to=oraclmaster@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.