Am 03.11.2011 um 00:28 schrieb Nick Dokos: > i...@bastianebeling.org <i...@bastianebeling.org> wrote: > >>> when I run org-mobile-push: >>> >>> byte-code: Invalid function: org-eval-in-environment >> > org-eval-in-environment is a macro defined in org-macs.el and macros > sometimes cause problems with compiled code unless some care is taken. > With uncompiled code, you just have to make sure that the macro > definition is loaded, before you do the org-mobile-push: just add > > (require 'org-macs) > > after you load org in your .emacs (or wherever). > > Afaict, it is not called directly from org-mobile-push, but the agenda > code does call it (and does not require it), so maybe the solution is > that the (require 'org-macs) should be added to org-agenda.el; you might > try it and see whether it resolves the problem for you, but I'll let > David Maus or Achim Gratz or some other macro guru have the final word. > > Nick
Thank you! Unfortunately, adding (require 'org-macs) to my .emacs and/or to my org-agenda.el didn't help. (I checked and the macro isn't defined in my org-macs.el nor does it appear in any other file on my computer.) Bastian