Richard Kim <emacs18 <at> gmail.com> writes:
> 
> Line 83 of org.el nees to be changed from
> 
>   (require 'org-compat)
> 
> to
> 
>   (eval-when-compile (require 'org-compat))

No, absolutely not: require does an implicit eval-and-compile.

> in order to prevent (invalid-function org-with-silent-modifications)
> error when an org file is loaded and `C-x C-e h h' is hit to export to
> a file.

This is a different problem, namely package manager getting into the game
after parts of the Org that ship with Emacs24 have already been loaded. 
This has been discussed before as well as how to workaround it.  In a
nutshell, you need to install Orgmode in an entirely fresh session.  When
you still hit this problem, then restart Emacs and (in the same session)
remove and then re-install Org.


Regards,
Achim.


Reply via email to