From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-mobile-push fails Date: Wed, 24 Oct 2012 11:35:00 +0200 Message-ID: <87a9vctdq3.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQxMQ-0006UT-BE for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 05:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQxMK-0001ix-Gk for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 05:34:50 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:50685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQxMK-0001hv-A6 for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 05:34:44 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so182602wey.0 for ; Wed, 24 Oct 2012 02:34:42 -0700 (PDT) In-Reply-To: (Jorge A. Alfaro Murillo's message of "Mon, 22 Oct 2012 16:18:47 -0400") 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: "Jorge A. Alfaro Murillo" Cc: emacs-orgmode@gnu.org Hi Jorge, "Jorge A. Alfaro Murillo" writes: > Hi, I am having trouble with org-mobile-push, it fails and gives the > following error: > org-mobile-create-index-file: Symbol's function definition is void: > org-prepare-agenda-buffers The function `org-prepare-agenda-buffers' has been renamed to `org-agenda-prepare-buffers'. > It might be related to the fact that now when run org-version the result is: > Org-mode version 7.9.2 (7.9.2-GNU-Emacs-24-3 @ org-install.el can not be found!) Bingo! It is related. :) > My emacs version is: > GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of > 2012-10-18 on dex, modified by Debian > > I updated today and since then the issue has come up. You certainly need to run make && make install so that the correct functions' names are autoloaded when Emacs fires up. See http://orgmode.org/worg/dev/org-build-system.html for details. > This is also my first post to this list, which I hope to check out > more regularly, since lately org-mode has taken over my life. Thanks > for the help, best Welcome! -- Bastien