From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: MobileOrg pull broken Date: Mon, 08 Aug 2016 00:15:22 +0200 Message-ID: <87a8gob4zp.fsf@saiph.selenimh> References: <87invlwuzb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWWLy-0002pS-If for emacs-orgmode@gnu.org; Sun, 07 Aug 2016 18:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWWLx-0008Uk-Fr for emacs-orgmode@gnu.org; Sun, 07 Aug 2016 18:15:30 -0400 In-Reply-To: <87invlwuzb.fsf@gnu.org> (Ian Dunn's message of "Sun, 31 Jul 2016 13:58:00 -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" To: Ian Dunn Cc: emacs-orgmode@gnu.org Hello, Ian Dunn writes: > I stepped through org-mobile-apply using Edebug and found that the > problem is with "(eval cmd)" in org-mobile.el, line 889. It fails with > the error "(void-variable data)". I don't know why this is happening, > but I've included a simple fix for this that passes the `data', `old', > and `new' variables as a lexical environment to `eval'. This may not > work if `org-mobile-action-alist' is modified. Actually `org-mobile-action-alist' is not meant to be modified, per its docstring. Anyway I replaced the action sexp with a function. Does it solve the problem ? Regards, -- Nicolas Goaziou