alphapapa / org-rifle

Rifle through your Org-mode buffers and acquire your target
GNU General Public License v3.0
501 stars 30 forks source link

Wrong number of arguments error with helm-org-rifle--refile #69

Open rbenson opened 3 years ago

rbenson commented 3 years ago

Calling this throws

helm-M-x-execute-command: Wrong number of arguments: #[(candidate) "‰‰‰A¢
rqˆbˆÅ -‡" [candidate input0 --dash-source-3-- buffer pos org-refile] 3 ("c:/Users/XXX/.emacs.d/elpa/helm-org-rifle-20200512.1943/helm-org-rifle.elc" . 34390) nil], 0

I read the source, and maybe I am supposed to rifle for something, and then hit c-c c-w? Doing this also throws that error, als emacs lags for about a minute.

alphapapa commented 3 years ago

Can you reproduce this in a clean Emacs config, e.g. with emacs-sandbox.sh? If so, it probably means that a function in another package changed its signature.