alphapapa / org-sidebar

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

display-buffer-in-side-window: Symbol’s function definition is void: a-list #1

Closed jasoncyu closed 5 years ago

jasoncyu commented 5 years ago

Hello, when running the interactive function org-sidebar, I got the error display-buffer-in-side-window: Symbol’s function definition is void: a-list. Where should I be getting this function from?

Thanks!

alphapapa commented 5 years ago

Hi Jason,

Thanks for catching this. I just pushed a fix that removes those calls for now. The function is from https://github.com/plexus/a.el, which is a great package, but few people have it installed, because few packages depend on it. And I forgot to add the dependency here. It should work now.