Re: [O] Bug: MobileOrg pull broken

2016-08-08 Thread Nicolas Goaziou
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,

Re: [O] Bug: MobileOrg pull broken

2016-08-07 Thread Ian Dunn
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

Re: [O] Bug: MobileOrg pull broken

2016-08-07 Thread Nicolas Goaziou
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