Re: [O] org-mobile-push problem

2011-11-06 Thread Jambunathan K
> I tried and it is not necessary to org-reload/uncompiled before > installing org with the command "package-install-file". It is > "package-install-file" alone that solves the problem. Maybe there is some aspect of elisp compilation that I don't understand. 1. Restart Emacs 2. If M-x locate-l

Re: [O] org-mobile-push problem

2011-11-06 Thread i...@bastianebeling.org
Am 06.11.2011 um 22:01 schrieb Jambunathan K: > "i...@bastianebeling.org" writes: > >> Hi Jambunathan, >> >>> Sorry, I didn't get into too much detail here because I had the feeling that the problem might have been cause by me not being able to use the package manager correctly

Re: [O] org-mobile-push problem

2011-11-06 Thread Jambunathan K
"i...@bastianebeling.org" writes: > Hi Jambunathan, > >> >>> Sorry, I didn't get into too much detail here because I had the >>> feeling that the problem might have been cause by me not being able >>> to use the package manager correctly rather than the package manager >>> itself. But if it coul

Re: [O] org-mobile-push problem

2011-11-05 Thread i...@bastianebeling.org
Hi Jambunathan, > >> Sorry, I didn't get into too much detail here because I had the >> feeling that the problem might have been cause by me not being able >> to use the package manager correctly rather than the package manager >> itself. But if it could help others, of course, I'm sharing the >>

Re: [O] org-mobile-push problem

2011-11-03 Thread Jambunathan K
> Sorry, I didn't get into too much detail here because I had the > feeling that the problem might have been cause by me not being able > to use the package manager correctly rather than the package manager > itself. But if it could help others, of course, I'm sharing the > details as far as I und

Re: [O] org-mobile-push problem

2011-11-03 Thread i...@bastianebeling.org
Am 03.11.2011 um 12:03 schrieb Jambunathan K: >> It says "Org-mode version 7.7". However, I feel that there was >> something strange with my installation. I checked my files in my Emacs >> folder and everything seemed really messed up, so I just reinstalled >> org from the latest build and now it

Re: [O] org-mobile-push problem

2011-11-03 Thread Jambunathan K
> It says "Org-mode version 7.7". However, I feel that there was > something strange with my installation. I checked my files in my Emacs > folder and everything seemed really messed up, so I just reinstalled > org from the latest build and now it works! I had tried that before > automatically with

Re: [O] org-mobile-push problem

2011-11-03 Thread i...@bastianebeling.org
Am 03.11.2011 um 01:36 schrieb Nick Dokos: > i...@bastianebeling.org wrote: > >> >> Am 03.11.2011 um 00:28 schrieb Nick Dokos: >> >>> i...@bastianebeling.org wrote: >>> > when I run org-mobile-push: > > byte-code: Invalid function: org-eval-in-environment >>> org-eval-in-e

Re: [O] org-mobile-push problem

2011-11-02 Thread David Maus
At Wed, 02 Nov 2011 19:28:52 -0400, Nick Dokos wrote: > > i...@bastianebeling.org wrote: > > > > Hi All, > > > > > > I'm trying to set up MobileOrg to try it out, but I'm getting the > > > following error when I run org-mobile-push: > > > > > > byte-code: Invalid function: org-eval-in-environment

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org wrote: > > Am 03.11.2011 um 00:28 schrieb Nick Dokos: > > > 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 ma

Re: [O] org-mobile-push problem

2011-11-02 Thread i...@bastianebeling.org
Am 03.11.2011 um 00:28 schrieb Nick Dokos: > 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 un

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org wrote: > > Hi All, > > > > I'm trying to set up MobileOrg to try it out, but I'm getting the > > following error when I run org-mobile-push: > > > > byte-code: Invalid function: org-eval-in-environment > > > Hi, > > I have the same problem and get the same error messa

Re: [O] org-mobile-push problem

2011-11-02 Thread i...@bastianebeling.org
> Hi All, > > I'm trying to set up MobileOrg to try it out, but I'm getting the > following error when I run org-mobile-push: > > byte-code: Invalid function: org-eval-in-environment Hi, I have the same problem and get the same error message. My only fix is to hit C-u C-c C-x r (reload Org un

[O] org-mobile-push problem

2011-11-02 Thread Nicholas Putnam
Hi All, I'm trying to set up MobileOrg to try it out, but I'm getting the following error when I run org-mobile-push: byte-code: Invalid function: org-eval-in-environment Here is my minimal .emacs file: (setq load-path (cons "~/elisp/org-mode/lisp/" load-path)) (global-set-key "\C-ca" 'org-age