On Wed, Nov 13, 2013 at 1:27 PM, Sebastien Vauban
<sva-n...@mygooglest.com> wrote:
> (with-eval-after-load "org"
>   (message "Eval this when Org is loaded")
>   (sit-for 3)
>   (message ""))
>
> the code block in the `with-eval-after-load' is eval'ed twice whenever an Org
> file is loaded.

Have you checked to see what happens if you specify 'org (a symbol
designating a feature) rather than "org" (a string representing a
file name) above?



Reply via email to