From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Putnam Subject: org-mobile-push problem Date: Wed, 2 Nov 2011 11:16:49 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLdUm-0007ep-PB for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:16:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLdUg-0006EH-SY for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:16:56 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:64186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLdUg-0006E7-Q0 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 12:16:50 -0400 Received: by qadc11 with SMTP id c11so410615qad.0 for ; Wed, 02 Nov 2011 09:16:49 -0700 (PDT) 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, 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-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