emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-mobile-push problem


From: address@hidden
Subject: Re: [O] org-mobile-push problem
Date: Wed, 2 Nov 2011 17:29:49 +0100

> 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 uncompiled) before running org-mobile-push. I would 
be very interested in ideas for a real solution, too.

Bastian


Am 02.11.2011 um 17:16 schrieb Nicholas Putnam:

> 
> 
> 
> Here is my minimal .emacs file:
> 
> (setq load-path (cons "~/elisp/org-mode/lisp/" load-path))
> (global-set-key "\C-ca" 'org-agenda)
> (setq org-agenda-files (quote ("~/org/test.org")))
> (setq org-mobile-directory "~/Dropbox/MobileOrg")
> 
> 
> Where ~/org/test.org contains this:
> 
> 
> * Head 1
> ** subhead 1
> 
> one two
> 
> 
> And has no problem exporting as HTML to the browser:
> 
> test
> Table of Contents
> 
>    1 Head 1
>        1.1 subhead 1
> 
> 1 Head 1
> 1.1 subhead 1
> 
> one two
> 
> Date: 2011-11-02 11:15:17 CDT
> 
> Author: Nicholas Putnam
> 
> Org version 7.7 with Emacs version 23
> Validate XHTML 1.0
> 
> 
> 
> 
> I'm in sync with git://repo.or.cz/org-mode
> 
> 
> Any ideas?
> 
> Thanks,
> 
> Nik
> 




reply via email to

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