From mboxrd@z Thu Jan 1 00:00:00 1970 From: "info@bastianebeling.org" Subject: Re: org-mobile-push problem Date: Wed, 2 Nov 2011 17:29:49 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLdhO-00049f-E1 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:29:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLdhN-0000qL-3G for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:29:58 -0400 Received: from emailserver1.namecheaphosting.com ([65.98.58.42]:55899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLdhM-0000q5-V7 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:29:57 -0400 Received: from [134.76.69.28] by emailserver1.namecheaphosting.com with esmtps (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1RLdhJ-00015J-76 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:29:53 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > Hi All, >=20 > I'm trying to set up MobileOrg to try it out, but I'm getting the > following error when I run org-mobile-push: >=20 > 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: >=20 >=20 >=20 > Here is my minimal .emacs file: >=20 > (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") >=20 >=20 > Where ~/org/test.org contains this: >=20 >=20 > * Head 1 > ** subhead 1 >=20 > one two >=20 >=20 > And has no problem exporting as HTML to the browser: >=20 > test > Table of Contents >=20 > 1 Head 1 > 1.1 subhead 1 >=20 > 1 Head 1 > 1.1 subhead 1 >=20 > one two >=20 > Date: 2011-11-02 11:15:17 CDT >=20 > Author: Nicholas Putnam >=20 > Org version 7.7 with Emacs version 23 > Validate XHTML 1.0 >=20 >=20 >=20 >=20 > I'm in sync with git://repo.or.cz/org-mode >=20 >=20 > Any ideas? >=20 > Thanks, >=20 > Nik >=20