emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice


From: Glenn Morris
Subject: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice
Date: Thu, 14 Nov 2013 17:01:12 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"Sebastien Vauban" wrote:

> Where is the black magic?

Somewhere in the labyrinthine depths of Org, so I suggest you ask the
Org maintainers to figure out why:

emacs -Q -L /path/to/git/org-mode/lisp
(with-eval-after-load "org"
  (message "Eval this when Org is loaded")
  (sit-for 3)
  (message ""))
(require 'org)

ends up loading org twice.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]