Re: [O] Regression in Org triggered from helm

2015-10-31 Thread Kyle Meyer
Kyle Meyer writes: > Simon Thum writes: > >> I was a bit early; I am getting this error now: >> >> Debugger entered--Lisp error: (wrong-type-argument arrayp nil) >> replace-regexp-in-string("[]+\\'" "" nil) >> (lambda (s) (replace-regexp-in-string

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Simon Thum
Thank you, works like a charm! On 10/28/15 13:34, Nicolas Goaziou wrote: Hello, Kyle Meyer writes: Fixed with 1c74002. Thanks for reporting the issue. Thank you for the patch, and the tests. Regards,

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Simon Thum
I was a bit early; I am getting this error now: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) replace-regexp-in-string("[ ]+\\'" "" nil) (lambda (s) (replace-regexp-in-string "[ ]+\\'" "" s))(nil) mapconcat((lambda (s) (replace-regexp-in-string "[ ]+\\'" ""

Re: [O] Regression in Org triggered from helm

2015-10-30 Thread Kyle Meyer
Simon Thum writes: > I was a bit early; I am getting this error now: > > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > replace-regexp-in-string("[ ]+\\'" "" nil) > (lambda (s) (replace-regexp-in-string "[]+\\'" "" s))(nil) >

Re: [O] Regression in Org triggered from helm

2015-10-28 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Fixed with 1c74002. Thanks for reporting the issue. Thank you for the patch, and the tests. Regards, -- Nicolas Goaziou

Re: [O] Regression in Org triggered from helm

2015-10-28 Thread Kyle Meyer
Kyle Meyer writes: > Simon Thum writes: > > [...] > >> Arrgh - you're on the spot. That explains a lot, including my >> difficulties with reproducing. >> >> It sends window-width. Increase to window(-width) and I'm done. >> >> But that means it's arguably Org

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Kyle Meyer
Simon Thum writes: [...] > Arrgh - you're on the spot. That explains a lot, including my > difficulties with reproducing. > > It sends window-width. Increase to window(-width) and I'm done. > > But that means it's arguably Org which should be more graceful than it > is. I

[O] Regression in Org triggered from helm

2015-10-26 Thread Simon Thum
Hi, after updating helm I came across a possible regression on Org. I Already filed a helm bug, but Thierry thinks it's Org's fault. https://github.com/emacs-helm/helm/issues/1246 In short, M-x helm-org-agenda-files-headings breaks. I had some success working around it, but for reasons

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Simon Thum
On 10/26/15 20:58, Kyle Meyer wrote: Hello, Simon Thum writes: Hi, after updating helm I came across a possible regression on Org. I Already filed a helm bug, but Thierry thinks it's Org's fault. What version of Org are you using? Org-mode 8.3.2 - I just upgraded

Re: [O] Regression in Org triggered from helm

2015-10-26 Thread Kyle Meyer
Hello, Simon Thum writes: > Hi, > > after updating helm I came across a possible regression on Org. I > Already filed a helm bug, but Thierry thinks it's Org's fault. What version of Org are you using? > https://github.com/emacs-helm/helm/issues/1246 > > In short, M-x