Hello, Ian Dunn <du...@gnu.org> 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