Ian Dunn writes:
> It almost worked, but your change to `org-mobile-action-alist'
> doesn't need the function quote.
Oops. Fixed. Thank you.
Regards,
Nicolas Goaziou writes:
> 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 include
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