alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

Can't use tab complete in helm find files when org-sidebar is active #8

Closed tsdye closed 4 years ago

tsdye commented 4 years ago

When org-sidebar is active, tab completion in helm find files returns this error message:

split-window: Cannot split side window or parent of side window

This happens even if point is not in the sidebar.

Closing the sidebar restores the expected tab completion behavior.

Let me know if you have questions.

alphapapa commented 4 years ago

That would indicate a bug in Helm, but I'd be surprised if it's not fixed already, because it works for me. Try upgrading Helm.

tsdye commented 4 years ago

Thanks. It does appear to a Helm issue: https://github.com/emacs-helm/helm/pull/2200.