Hi!
My message from two weeks ago ("[O] Possible bug: Emacs hangs on
(require 'org)") seems to have missed attention, so here it is again.
About every third time I start Emacs, I also experience a very slow
startup with org-mode 9.0.3 enabled. I run "GNU Emacs 24.5.1
(x86_64-pc-linux-gnu, GT
Shiyuan writes:
> Hi all,
> I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to
> switch to org release 9.0 from git repos, emacs hangs when starting up,
I don't know about tracking down, but I've not experienced any hangs
since I turned off the element cache a couple days
Can you recreate the org-mode hangs on the latest commit of the stable
(maint) branch?
Do git checkout maint instead of git checkout release_9.0.
That's said, I have yet to see emacs hang up due to org. I am on the master
branch of org.
On Tue, Jan 17, 2017 at 1:41 PM Shiyuan wrote:
> Hi all,
Hi all,
I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to
switch to org release 9.0 from git repos, emacs hangs when starting up,
This is what I did for switching to release_9.0
git clone git://orgmode.org/org-mode.git
cd org-mode
git checkout release_9.0
make autoloads
My